svn commit: r351001 - head/games/awele
Pawel Pekala
pawel at FreeBSD.org
Fri Apr 11 16:22:33 UTC 2014
Author: pawel
Date: Fri Apr 11 16:22:32 2014
New Revision: 351001
URL: http://svnweb.freebsd.org/changeset/ports/351001
QAT: https://qat.redports.org/buildarchive/r351001/
Log:
Add staging support
Modified:
head/games/awele/Makefile
Modified: head/games/awele/Makefile
==============================================================================
--- head/games/awele/Makefile Fri Apr 11 16:20:30 2014 (r351000)
+++ head/games/awele/Makefile Fri Apr 11 16:22:32 2014 (r351001)
@@ -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>
More information about the svn-ports-head
mailing list