diff options
author | ade <ade@FreeBSD.org> | 2000-10-18 04:10:04 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-10-18 04:10:04 +0800 |
commit | 289e927606be20f068c8ce95581f83b02f81179d (patch) | |
tree | b423c11b7949f816c568afab3460b18f41dc5a9e /ftp | |
parent | 2fa1bbd3ff53b21e23b59bbddc0b3b71ba9ac67e (diff) | |
download | freebsd-ports-gnome-289e927606be20f068c8ce95581f83b02f81179d.tar.gz freebsd-ports-gnome-289e927606be20f068c8ce95581f83b02f81179d.tar.zst freebsd-ports-gnome-289e927606be20f068c8ce95581f83b02f81179d.zip |
Update to 0.6.4, including MASTER_SITES and WWW in pkg-descr
PR: 22057
Submitted by: Ports Fury
Diffstat (limited to 'ftp')
-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 |