aboutsummaryrefslogtreecommitdiff
path: root/games/awele/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-04-11 16:22:32 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-04-11 16:22:32 +0000
commitad11ab775519ef3a2037714e5574e022cdf6881c (patch)
treef98681637195cfbdd0416fb078f353a6353393ff /games/awele/Makefile
parent6f2368ec846d88db9a7fb4292502a753105ed1ce (diff)
downloadports-ad11ab775519ef3a2037714e5574e022cdf6881c.tar.gz
ports-ad11ab775519ef3a2037714e5574e022cdf6881c.zip
Add staging support
Notes
Notes: svn path=/head/; revision=351001
Diffstat (limited to 'games/awele/Makefile')
-rw-r--r--games/awele/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/games/awele/Makefile b/games/awele/Makefile
index b1df67e626a4..b7f5026b91c5 100644
--- a/games/awele/Makefile
+++ b/games/awele/Makefile
@@ -16,11 +16,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USES= imake tk
USE_XORG= x11
+MAKE_ARGS= AWELE_DIR=${STAGEDIR}${PREFIX}/bin
-MAN6= xawele.6
-PLIST_FILES= bin/awelewish bin/xawele
+PLIST_FILES= bin/awelewish bin/xawele man/man6/xawele.6.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|%%LOCALBASE%%|${LOCALBASE}|; \
@@ -29,9 +28,4 @@ post-patch:
s|%%TK_INCLUDEDIR%%|${TK_INCLUDEDIR}|; \
s|%%TCL_INCLUDEDIR%%|${TCL_INCLUDEDIR}|' ${WRKSRC}/Imakefile
-post-install:
- @${ECHO_MSG} ""
- @${ECHO_MSG} "Use xawele to start awele"
- @${ECHO_MSG} ""
-
.include <bsd.port.mk>