diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-11 16:22:32 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-11 16:22:32 +0000 |
commit | ad11ab775519ef3a2037714e5574e022cdf6881c (patch) | |
tree | f98681637195cfbdd0416fb078f353a6353393ff | |
parent | 6f2368ec846d88db9a7fb4292502a753105ed1ce (diff) |
Add staging support
Notes
Notes:
svn path=/head/; revision=351001
-rw-r--r-- | games/awele/Makefile | 10 |
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> |