diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 22:10:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 22:10:07 +0000 |
commit | 458634284fd69fe11a3046d3042259814fc6af63 (patch) | |
tree | 74746fb76203f9d400410f98d6a44664ba2fc428 /emulators/yape | |
parent | d167adc2d57dadaef54e12e1ba9956f6f08b4175 (diff) |
Notes
Diffstat (limited to 'emulators/yape')
-rw-r--r-- | emulators/yape/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/yape/Makefile b/emulators/yape/Makefile index 5fc88ab490b6..09a618537110 100644 --- a/emulators/yape/Makefile +++ b/emulators/yape/Makefile @@ -19,6 +19,8 @@ ALL_TARGET= yape PLIST_FILES= bin/yape PORTDOCS= README.SDL +OPTIONS_DEFINE= DOCS + post-extract: @${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|cpp|h|txt)" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' @@ -32,9 +34,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/yape ${STAGEDIR}${PREFIX}/bin post-install: -.ifndef(NOPORTDOCS) @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.SDL ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |