diff options
author | Michael Gmelin <grembo@FreeBSD.org> | 2014-06-01 16:37:23 +0000 |
---|---|---|
committer | Michael Gmelin <grembo@FreeBSD.org> | 2014-06-01 16:37:23 +0000 |
commit | 29e157d1dd197674c7145b5d18828c4e52047274 (patch) | |
tree | 523fbc102b4ada1ff8873b64aaffe052c2f841ca /emulators | |
parent | af5a694936055edcf269a18d7d76c18a1d64ffdb (diff) | |
download | ports-29e157d1dd197674c7145b5d18828c4e52047274.tar.gz ports-29e157d1dd197674c7145b5d18828c4e52047274.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/yape/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/emulators/yape/Makefile b/emulators/yape/Makefile index 967e93f0a612..5fc88ab490b6 100644 --- a/emulators/yape/Makefile +++ b/emulators/yape/Makefile @@ -17,9 +17,8 @@ NO_WRKSUBDIR= yes ALL_TARGET= yape PLIST_FILES= bin/yape -PORTDOCS= * +PORTDOCS= README.SDL -NO_STAGE= yes post-extract: @${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|cpp|h|txt)" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' @@ -30,12 +29,12 @@ post-patch: @${REINPLACE_CMD} -e "s|TAP::TAP|TAP|" ${WRKSRC}/tape.h do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/yape ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/yape ${STAGEDIR}${PREFIX}/bin post-install: .ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.SDL ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.SDL ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> |