diff options
Diffstat (limited to 'graphics/opendx/Makefile')
-rw-r--r-- | graphics/opendx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 898e2d81001b..568ffc55010b 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -71,7 +71,7 @@ PLIST_SUB+= UNAMEP=${ARCH} .include <bsd.port.pre.mk> post-patch: - @${RM} -f ${WRKSRC}/include/stamp-h.in + @${RM} ${WRKSRC}/include/stamp-h.in .for dir in doc help html man @${FIND} ${WRKSRC}/${dir} -type f | ${XARGS} \ ${REINPLACE_CMD} -e "s;/usr/lpp;${PREFIX};g" |