aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-06 12:14:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-06 12:14:44 +0000
commit01fdcb7f948e3657a40711daee297a44fbb62440 (patch)
treeaa33e66cd361f954de4e231c37f6cd556933a34b /games
parent50f3be126cc34d501f10d22d6340b57edc510552 (diff)
downloadports-01fdcb7f948e3657a40711daee297a44fbb62440.tar.gz
ports-01fdcb7f948e3657a40711daee297a44fbb62440.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/garith/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/games/garith/Makefile b/games/garith/Makefile
index 243106721c3d..c1319fa9b607 100644
--- a/games/garith/Makefile
+++ b/games/garith/Makefile
@@ -18,7 +18,6 @@ LDFLAGS+= `${GTK_CONFIG} --libs`
PORTDOCS= BUGS HISTORY README TODO
PLIST_FILES= bin/garith
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|gldouble|double|;/gnome/d;/all.*apps/d'\
${WRKSRC}/garith.c
@@ -27,10 +26,8 @@ do-build:
cd ${WRKSRC}&&${CC} ${CFLAGS} -o garith garith.c ${LDFLAGS}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/garith ${PREFIX}/bin/
-.ifndef NOPORTDOCS
- @${INSTALL} -d ${DOCSDIR}/
- @cd ${WRKSRC}&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
-.endif
+ ${INSTALL_PROGRAM} ${WRKSRC}/garith ${STAGEDIR}${PREFIX}/bin/
+ @${INSTALL} -d ${STAGEDIR}${DOCSDIR}/
+ @cd ${WRKSRC}&&${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>