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/tinc | |
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/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 |