aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorgrembo <grembo@FreeBSD.org>2014-06-02 00:37:23 +0800
committergrembo <grembo@FreeBSD.org>2014-06-02 00:37:23 +0800
commit360722355b61b54fdfc7b3a73c18e33d65a801d2 (patch)
tree523fbc102b4ada1ff8873b64aaffe052c2f841ca /emulators
parent562555a8b2c3cc867b5df61b6abbc71f0bcb83b0 (diff)
downloadfreebsd-ports-gnome-360722355b61b54fdfc7b3a73c18e33d65a801d2.tar.gz
freebsd-ports-gnome-360722355b61b54fdfc7b3a73c18e33d65a801d2.tar.zst
freebsd-ports-gnome-360722355b61b54fdfc7b3a73c18e33d65a801d2.zip
Stagify.
Reviewed by: flo (mentor) Approved by: flo (mentor)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/yape/Makefile9
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>