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/tinc | |
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/tinc')
-rw-r--r-- | net/tinc/Makefile | 5 | ||||
-rw-r--r-- | net/tinc/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/tinc/Makefile b/net/tinc/Makefile index ef8d7666078..2fece54cfe1 100644 --- a/net/tinc/Makefile +++ b/net/tinc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:25 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/06 03:20:54 jlam Exp $ # DISTNAME= tinc-1.0.4 @@ -10,8 +10,7 @@ HOMEPAGE= http://tinc.nl.linux.org/ COMMENT= Virtual Private Network (VPN) daemon GNU_CONFIGURE= yes - -INFO_FILES= tinc.info +INFO_FILES= # PLIST .include "../../archivers/liblzo/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" diff --git a/net/tinc/PLIST b/net/tinc/PLIST index f6f7779b30a..2e754322d92 100644 --- a/net/tinc/PLIST +++ b/net/tinc/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/01 05:42:12 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/06 03:20:54 jlam Exp $ +info/tinc.info man/man5/tinc.conf.5 man/man8/tincd.8 sbin/tincd |