diff options
-rw-r--r-- | ftp/yafc/Makefile | 7 | ||||
-rw-r--r-- | ftp/yafc/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index dca3b5025ea1..20051cd329b3 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: yafc -# Version required: 0.4.5 +# Version required: 0.4.7 # Date created: 10 June 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= yafc-0.4.5 +DISTNAME= yafc-0.4.7 CATEGORIES= ftp MASTER_SITES= ftp://mayer.physto.se/pub/yafc/ @@ -17,4 +17,7 @@ USE_BZIP2= yes MAN1= yafc.1 +post-install: + @${INSTALL_MAN} ${WRKSRC}/doc/yafc.1 ${PREFIX}/man/man1 + .include <bsd.port.mk> diff --git a/ftp/yafc/distinfo b/ftp/yafc/distinfo index 2de48b5f15bd..ea377f11c734 100644 --- a/ftp/yafc/distinfo +++ b/ftp/yafc/distinfo @@ -1 +1 @@ -MD5 (yafc-0.4.5.tar.bz2) = db1618ef6d37a737872d8ba2c90d6f57 +MD5 (yafc-0.4.7.tar.bz2) = 0752b64b31c1cb10cc0a4a36b39e4a4d |