summaryrefslogtreecommitdiff
path: root/x11/wmmenu/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-06-26 16:22:36 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-06-26 16:22:36 +0000
commit7f688935976350ea5e3a91617eda4e765ea815ae (patch)
treeb344304f3a7712853e5baa15240fd6cf0b0d9143 /x11/wmmenu/Makefile
parentAdd missing "\" at end of line (RUN_DEPENDS). (diff)
- Add NOPORTDOCS support
- Update to version 0.8 PR: 28235 Submitted by: Patrick Li <pat@databits.net> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=44465
Diffstat (limited to 'x11/wmmenu/Makefile')
-rw-r--r--x11/wmmenu/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/wmmenu/Makefile b/x11/wmmenu/Makefile
index eca1f03dc50f..0277343a4082 100644
--- a/x11/wmmenu/Makefile
+++ b/x11/wmmenu/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= wmmenu
-PORTVERSION= 0.4
-PORTREVISION= 1
+PORTVERSION= 0.8
CATEGORIES= x11 gnome
MASTER_SITES= http://www.fcoutant.freesurf.fr/download/
@@ -27,11 +26,13 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmmenu ${PREFIX}/bin
+.ifndef(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/wmmenu
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmmenu
${MKDIR} ${PREFIX}/share/doc/wmmenu/example
${INSTALL_DATA} ${WRKSRC}/example/apps ${PREFIX}/share/doc/wmmenu/example
${INSTALL_DATA} ${WRKSRC}/example/defaults ${PREFIX}/share/doc/wmmenu/example
+.endif
post-install:
@${SED} -e 's#%%PREFIX%%#${PREFIX}#g' ${PKGMESSAGE}