diff options
author | jlam <jlam> | 2006-04-06 03:20:54 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-06 03:20:54 +0000 |
commit | 1b74abd12ad8acebc2d2076700de22c02ddd5ea1 (patch) | |
tree | ba01f9d4933acd09f2846594fd075cb5a7fcedf0 /net/cftp/Makefile | |
parent | 1a01ae32c298845d42e1f5d4d8a5ac6a0933ac89 (diff) | |
download | pkgsrc-1b74abd12ad8acebc2d2076700de22c02ddd5ea1.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'net/cftp/Makefile')
-rw-r--r-- | net/cftp/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |