diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-04 05:54:26 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-04 05:54:26 +0000 |
commit | 826e068aa96646f6585c119f237fa1f148e7dc82 (patch) | |
tree | fa05dcc8f460ab831f46828d48463263a5172bf5 /www/geneweb | |
parent | f7bbf92f59955b6c95fd6c80fa18f1dd460d3783 (diff) | |
download | ports-826e068aa96646f6585c119f237fa1f148e7dc82.tar.gz ports-826e068aa96646f6585c119f237fa1f148e7dc82.zip |
Notes
Diffstat (limited to 'www/geneweb')
-rw-r--r-- | www/geneweb/Makefile | 8 | ||||
-rw-r--r-- | www/geneweb/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/geneweb/Makefile b/www/geneweb/Makefile index d5f11bf5d467..d203ec6f19e7 100644 --- a/www/geneweb/Makefile +++ b/www/geneweb/Makefile @@ -7,24 +7,24 @@ PORTNAME= geneweb PORTVERSION= 4.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/ +DISTNAME= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}-1${DISTVERSIONSUFFIX} MAINTAINER= hubert@frbsd.org COMMENT= An advanced genealogy software BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -BROKEN= Does not build - +WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= ged2gwb.1 gwb2ged.1 gwc.1 gwu.1 SUB_FILES+= pkg-message post-install: ${INSTALL_DATA} ${WRKSRC}/etc/a.gwf ${PREFIX}/share/geneweb - ${INSTALL_SCRIPT} files/install.sh ${PREFIX}/share/geneweb + ${INSTALL_SCRIPT} ${FILESDIR}/install.sh ${PREFIX}/share/geneweb @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/www/geneweb/distinfo b/www/geneweb/distinfo index eb26986b4aeb..fad857e32e16 100644 --- a/www/geneweb/distinfo +++ b/www/geneweb/distinfo @@ -1,2 +1,2 @@ -MD5 (geneweb-4.10.tar.gz) = 87371983b3493ced501303e096b70b3a -SIZE (geneweb-4.10.tar.gz) = 998314 +MD5 (geneweb-4.10-1.tar.gz) = dec6e0cf4ea51f0c6d91e73fe1455e18 +SIZE (geneweb-4.10-1.tar.gz) = 999143 |