mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Fix permissions on datafiles
- Add SHA256 PR: ports/91350 Submitted by: Hubert Tournier <hubert@frbsd.org> (maintainer)
This commit is contained in:
parent
7598ccb917
commit
86c39085f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152844
@ -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>
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (geneweb-4.10-1.tar.gz) = dec6e0cf4ea51f0c6d91e73fe1455e18
|
||||
SHA256 (geneweb-4.10-1.tar.gz) = 5fe0e65368ed0feaba680579ddea91de9f98940c4a71f4add9462b783b8ee8bf
|
||||
SIZE (geneweb-4.10-1.tar.gz) = 999143
|
||||
|
Loading…
Reference in New Issue
Block a user