diff options
author | kim <kim@pkgsrc.org> | 2002-01-19 15:12:11 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2002-01-19 15:12:11 +0000 |
commit | 3301665c8d808529d34bac3f87eca8d00858a827 (patch) | |
tree | 08712e8243b2e7813ba5c51e5bb7c78ff6b9c4f1 /net/ppp-mppe | |
parent | bfd38e3d3de997c718a985e41bd7c54ec67801f6 (diff) | |
download | pkgsrc-3301665c8d808529d34bac3f87eca8d00858a827.tar.gz |
Handle MANINSTALL correctly.
Diffstat (limited to 'net/ppp-mppe')
-rw-r--r-- | net/ppp-mppe/Makefile | 6 | ||||
-rw-r--r-- | net/ppp-mppe/PLIST | 8 | ||||
-rw-r--r-- | net/ppp-mppe/PLIST.catinstall | 4 | ||||
-rw-r--r-- | net/ppp-mppe/PLIST.maninstall | 4 |
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 |