diff options
author | jlam <jlam> | 2006-04-06 03:20:54 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-06 03:20:54 +0000 |
commit | aa2e811f3c0b66979909c996108a9136af5cef50 (patch) | |
tree | ba01f9d4933acd09f2846594fd075cb5a7fcedf0 /net/gnetcat | |
parent | 22f7596462116f0296f56651b7d20188240f623c (diff) | |
download | pkgsrc-aa2e811f3c0b66979909c996108a9136af5cef50.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'net/gnetcat')
-rw-r--r-- | net/gnetcat/Makefile | 5 | ||||
-rw-r--r-- | net/gnetcat/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/gnetcat/Makefile b/net/gnetcat/Makefile index 2fc533dc1d0..a01c1f74b33 100644 --- a/net/gnetcat/Makefile +++ b/net/gnetcat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:47 tv Exp $ +# $NetBSD: Makefile,v 1.6 2006/04/06 03:20:54 jlam Exp $ DISTNAME= netcat-0.7.1 PKGNAME= gnetcat-0.7.1 @@ -11,7 +11,6 @@ HOMEPAGE= http://netcat.sourceforge.net/ COMMENT= Read and write data across network connections GNU_CONFIGURE= YES - -INFO_FILES= netcat.info +INFO_FILES= # PLIST .include "../../mk/bsd.pkg.mk" diff --git a/net/gnetcat/PLIST b/net/gnetcat/PLIST index 2dcf1adb944..9a561e164c1 100644 --- a/net/gnetcat/PLIST +++ b/net/gnetcat/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/03/09 11:37:30 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/06 03:20:54 jlam Exp $ bin/netcat +info/netcat.info man/man1/netcat.1 |