1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Add NOPORTDOCS support

- Update to version 0.8

PR:		28235
Submitted by:	Patrick Li <pat@databits.net>
Approved by:	maintainer
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-06-26 16:22:36 +00:00
parent 65d7553a54
commit 7f68893597
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44465
3 changed files with 9 additions and 8 deletions

View File

@ -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}

View File

@ -1 +1 @@
MD5 (wmmenu-0.4.tar.gz) = a29d1d71431ea5267f67fa5f67690992
MD5 (wmmenu-0.8.tar.gz) = 059d023f394256cc326e1e3cb57a68ba

View File

@ -1,6 +1,6 @@
bin/wmmenu
share/doc/wmmenu/example/apps
share/doc/wmmenu/example/defaults
share/doc/wmmenu/README
@dirrm share/doc/wmmenu/example
@dirrm share/doc/wmmenu
%%PORTDOCS%%share/doc/wmmenu/example/apps
%%PORTDOCS%%share/doc/wmmenu/example/defaults
%%PORTDOCS%%share/doc/wmmenu/README
%%PORTDOCS%%@dirrm share/doc/wmmenu/example
%%PORTDOCS%%@dirrm share/doc/wmmenu