diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-10-17 20:10:04 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-17 20:10:04 +0000 |
commit | b200792e2b645764aa66913750a14dc75eb5bc05 (patch) | |
tree | 384475c6ac79f78666bca1ac7c7d4249c21c3ea0 /ftp/yafc/Makefile | |
parent | 626b15b79e9691cf51f4d65a39b80fae45befc37 (diff) |
Update to 0.6.4, including MASTER_SITES and WWW in pkg-descr
PR: 22057
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=33943
Diffstat (limited to 'ftp/yafc/Makefile')
-rw-r--r-- | ftp/yafc/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index d1a3eae1dc01..1821f56e9d8f 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -6,9 +6,10 @@ # PORTNAME= yafc -PORTVERSION= 0.5.6 +PORTVERSION= 0.6.4 CATEGORIES= ftp -MASTER_SITES= ftp://mayer.physto.se/pub/yafc/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org @@ -19,4 +20,9 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" +MAN1= yafc.1 + +post-install: + @install-info ${PREFIX}/info/yafc.info ${PREFIX}/info/dir + .include <bsd.port.mk> |