diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 06:34:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 06:34:37 +0000 |
commit | c485408a907f9d09b5f00899464e217f94399572 (patch) | |
tree | cf45289239af8bf34411bde9c739e0342ee4ced7 /misc/ftree | |
parent | 9fbbae366c0fa91dc7b9c86dd61f7b8865b936f3 (diff) | |
download | ports-c485408a907f9d09b5f00899464e217f94399572.tar.gz ports-c485408a907f9d09b5f00899464e217f94399572.zip |
Notes
Diffstat (limited to 'misc/ftree')
-rw-r--r-- | misc/ftree/Makefile | 18 | ||||
-rw-r--r-- | misc/ftree/distinfo | 2 | ||||
-rw-r--r-- | misc/ftree/pkg-comment | 2 | ||||
-rw-r--r-- | misc/ftree/pkg-plist | 2 |
4 files changed, 10 insertions, 14 deletions
diff --git a/misc/ftree/Makefile b/misc/ftree/Makefile index f695d7ed50b7..d603a1add058 100644 --- a/misc/ftree/Makefile +++ b/misc/ftree/Makefile @@ -6,11 +6,11 @@ # PORTNAME= ftree -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= misc linux MASTER_SITES= http://www.vjet.demon.co.uk/ftree/ \ http://www.unknown.nu/ports/ -DISTNAME= ftree-1.6-static +DISTNAME= ${PORTNAME}-${PORTVERSION}-static EXTRACT_SUFX= .tgz MAINTAINER= user@unknown.nu @@ -24,7 +24,7 @@ RESTRICTED= Non-commercial use only WRKSRC= ${WRKDIR}/usr MAN1= ftree.1 -STRIP= # empty: do not strip linux binary! +STRIP= # empty: do not strip linux binary! do-patch: do-configure: @@ -34,14 +34,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/X11R6/bin/ftree ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/X11R6/man/man1/ftree.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/ftree - ${MKDIR} ${PREFIX}/share/doc/ftree/examples - ${INSTALL_DATA} ${WRKSRC}/doc/ftree-1.6/Copyright\ - ${PREFIX}/share/doc/ftree - ${INSTALL_DATA} ${WRKSRC}/doc/ftree-1.6/ReleaseNotes-1.6.txt\ - ${PREFIX}/share/doc/ftree - ${INSTALL_DATA} ${WRKSRC}/doc/ftree-1.6/examples/royal.ged\ - ${PREFIX}/share/doc/ftree/examples + ${MKDIR} ${DOCSDIR}/examples + ${INSTALL_DATA} ${WRKSRC}/doc/ftree-${PORTVERSION}/Copyright ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/ftree-${PORTVERSION}/ReleaseNotes-${PORTVERSION}.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/ftree-${PORTVERSION}/examples/royal.ged ${DOCSDIR}/examples .endif pre-install: diff --git a/misc/ftree/distinfo b/misc/ftree/distinfo index 81d4a4d3e595..f9aa1ca2a23b 100644 --- a/misc/ftree/distinfo +++ b/misc/ftree/distinfo @@ -1 +1 @@ -MD5 (ftree-1.6-static.tgz) = 58c7a7c9243d8c18a31a8cc6e93fd52b +MD5 (ftree-1.7-static.tgz) = aa83fb7df098d37d35991228dc5b975e diff --git a/misc/ftree/pkg-comment b/misc/ftree/pkg-comment index ec64e8b0f0d5..cd09db4d904f 100644 --- a/misc/ftree/pkg-comment +++ b/misc/ftree/pkg-comment @@ -1 +1 @@ -A program to store and display family tree genealogy information under X +An X11 genealogy program diff --git a/misc/ftree/pkg-plist b/misc/ftree/pkg-plist index 8f527d80f2d1..15cf805c505d 100644 --- a/misc/ftree/pkg-plist +++ b/misc/ftree/pkg-plist @@ -1,6 +1,6 @@ bin/ftree share/doc/ftree/Copyright -share/doc/ftree/ReleaseNotes-1.6.txt +share/doc/ftree/ReleaseNotes-1.7.txt share/doc/ftree/examples/royal.ged @dirrm share/doc/ftree/examples @dirrm share/doc/ftree |