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 | |
parent | 626b15b79e9691cf51f4d65a39b80fae45befc37 (diff) | |
download | ports-b200792e2b645764aa66913750a14dc75eb5bc05.tar.gz ports-b200792e2b645764aa66913750a14dc75eb5bc05.zip |
Notes
Diffstat (limited to 'ftp/yafc')
-rw-r--r-- | ftp/yafc/Makefile | 10 | ||||
-rw-r--r-- | ftp/yafc/distinfo | 2 | ||||
-rw-r--r-- | ftp/yafc/pkg-descr | 2 | ||||
-rw-r--r-- | ftp/yafc/pkg-plist | 3 |
4 files changed, 13 insertions, 4 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> diff --git a/ftp/yafc/distinfo b/ftp/yafc/distinfo index 6b2474ff24e3..91b1aedf25e1 100644 --- a/ftp/yafc/distinfo +++ b/ftp/yafc/distinfo @@ -1 +1 @@ -MD5 (yafc-0.5.6.tar.bz2) = cb3c72bae30a53c9f1f75b4b0b259603 +MD5 (yafc-0.6.4.tar.bz2) = 71b4c6466741ecc8c481e898d126eea0 diff --git a/ftp/yafc/pkg-descr b/ftp/yafc/pkg-descr index 25ceeee84ee8..7f7d68f15610 100644 --- a/ftp/yafc/pkg-descr +++ b/ftp/yafc/pkg-descr @@ -2,4 +2,4 @@ Yafc is yet another ftp client, similar to ftp(1). Features include Directory cache, remote filename completion, aliases, colored ls, recursive get/put/ls/rm, nohup mode transfers, and more! -WWW: http://www.stacken.kth.se/~mhe/yafc/ +WWW: http://yafc.sourceforge.net/ diff --git a/ftp/yafc/pkg-plist b/ftp/yafc/pkg-plist index ed6287760311..f4cc6d367e04 100644 --- a/ftp/yafc/pkg-plist +++ b/ftp/yafc/pkg-plist @@ -1,2 +1,5 @@ bin/yafc +@unexec install-info --delete %D/info/yafc.info %D/info/dir +info/yafc.info +@exec install-info %D/info/yafc.info %D/info/dir share/locale/sv/LC_MESSAGES/yafc.mo |