diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-06 03:20:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-06 03:20:54 +0000 |
commit | a4b4d5b501360e27a6a57e92e2fbf17338282c37 (patch) | |
tree | ba01f9d4933acd09f2846594fd075cb5a7fcedf0 /net/cftp | |
parent | ccc0cd432a2ece7691a23122e5522731e4421f91 (diff) | |
download | pkgsrc-a4b4d5b501360e27a6a57e92e2fbf17338282c37.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'net/cftp')
-rw-r--r-- | net/cftp/Makefile | 4 | ||||
-rw-r--r-- | net/cftp/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/cftp/Makefile b/net/cftp/Makefile index 9224e6d005c..1106b51077d 100644 --- a/net/cftp/Makefile +++ b/net/cftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/08/09 11:16:18 seb Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/06 03:20:54 jlam Exp $ # DISTNAME= cftp-0.12 @@ -11,7 +11,7 @@ HOMEPAGE= http://sunsite.csd.smc.univie.ac.at/pub/nih/cftp/ COMMENT= Comfortable FTP, a full screen ftp client GNU_CONFIGURE= YES -INFO_FILES= cftp.info +INFO_FILES= # PLIST BUILD_DEFS+= USE_INET6 diff --git a/net/cftp/PLIST b/net/cftp/PLIST index 29bc6c879cb..196d6600d2a 100644 --- a/net/cftp/PLIST +++ b/net/cftp/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2004/03/08 22:38:05 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/04/06 03:20:54 jlam Exp $ bin/cftp +info/cftp.info share/doc/cftp/README share/doc/cftp/bindings.desc @dirrm share/doc/cftp |