summaryrefslogtreecommitdiff
path: root/net/ppp-mppe
diff options
context:
space:
mode:
authorkim <kim>2002-01-19 15:12:11 +0000
committerkim <kim>2002-01-19 15:12:11 +0000
commit4016e8300cbe16031d1c05497d8755793d200f2f (patch)
tree08712e8243b2e7813ba5c51e5bb7c78ff6b9c4f1 /net/ppp-mppe
parenta047011ce9ea59752a5c4ec0e4d062d1625edb0e (diff)
downloadpkgsrc-4016e8300cbe16031d1c05497d8755793d200f2f.tar.gz
Handle MANINSTALL correctly.
Diffstat (limited to 'net/ppp-mppe')
-rw-r--r--net/ppp-mppe/Makefile6
-rw-r--r--net/ppp-mppe/PLIST8
-rw-r--r--net/ppp-mppe/PLIST.catinstall4
-rw-r--r--net/ppp-mppe/PLIST.maninstall4
4 files changed, 14 insertions, 8 deletions
diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile
index 16979fa7f60..7ec72237806 100644
--- a/net/ppp-mppe/Makefile
+++ b/net/ppp-mppe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/12/15 20:25:38 agc Exp $
+# $NetBSD: Makefile,v 1.12 2002/01/19 15:12:11 kim Exp $
DISTNAME= ppp-2.3.9
PKGNAME= ppp-mppe-2.3.9
@@ -15,6 +15,10 @@ OPENSSL_SRC= ${_PKGSRCDIR}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS}
HAS_CONFIGURE= yes
MANCOMPRESSED_IF_MANZ= yes
+.for OPT in ${MANINSTALL}
+PLIST_SRC+= ${PKGDIR}/PLIST.${OPT}
+.endfor
+
post-extract:
if [ ! -e ${OPENSSL_SRC}/crypto/rc4 ]; then \
cd ../../security/openssl && ${MAKE} extract; \
diff --git a/net/ppp-mppe/PLIST b/net/ppp-mppe/PLIST
index d3e9b9ec384..6ceaaf7b8d3 100644
--- a/net/ppp-mppe/PLIST
+++ b/net/ppp-mppe/PLIST
@@ -1,12 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:58:01 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/01/19 15:12:11 kim Exp $
sbin/chat
-man/man8/chat.8
-man/cat8/chat.0
sbin/pppd
-man/man8/pppd.8
-man/cat8/pppd.0
sbin/pppstats
-man/man8/pppstats.8
-man/cat8/pppstats.0
lkm/mppe.o
@dirrm lkm
diff --git a/net/ppp-mppe/PLIST.catinstall b/net/ppp-mppe/PLIST.catinstall
new file mode 100644
index 00000000000..524d556d7ac
--- /dev/null
+++ b/net/ppp-mppe/PLIST.catinstall
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST.catinstall,v 1.1 2002/01/19 15:12:12 kim Exp $
+man/cat8/chat.0
+man/cat8/pppd.0
+man/cat8/pppstats.0
diff --git a/net/ppp-mppe/PLIST.maninstall b/net/ppp-mppe/PLIST.maninstall
new file mode 100644
index 00000000000..2d38570f5ae
--- /dev/null
+++ b/net/ppp-mppe/PLIST.maninstall
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST.maninstall,v 1.1 2002/01/19 15:12:12 kim Exp $
+man/man8/chat.8
+man/man8/pppd.8
+man/man8/pppstats.8