diff options
Diffstat (limited to 'www/geneweb/Makefile')
-rw-r--r-- | www/geneweb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/geneweb/Makefile b/www/geneweb/Makefile index d203ec6f19e7..f41fcb994002 100644 --- a/www/geneweb/Makefile +++ b/www/geneweb/Makefile @@ -7,7 +7,7 @@ PORTNAME= geneweb PORTVERSION= 4.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/ DISTNAME= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}-1${DISTVERSIONSUFFIX} @@ -25,6 +25,7 @@ SUB_FILES+= pkg-message post-install: ${INSTALL_DATA} ${WRKSRC}/etc/a.gwf ${PREFIX}/share/geneweb ${INSTALL_SCRIPT} ${FILESDIR}/install.sh ${PREFIX}/share/geneweb + ${FIND} ${DATADIR} -type f | ${XARGS} ${CHMOD} go+r @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |