diff options
author | tron <tron> | 2001-02-20 07:49:03 +0000 |
---|---|---|
committer | tron <tron> | 2001-02-20 07:49:03 +0000 |
commit | abc49a435bb86160e036db891154dfa2f47539c7 (patch) | |
tree | ce83cc8dae81716caf46cb1848ec719bc7b5d2da /net/rp-pppoe | |
parent | 7c4d47b2041403f6ab54f37ac848286ba0718ccd (diff) | |
download | pkgsrc-abc49a435bb86160e036db891154dfa2f47539c7.tar.gz |
Create directory "share/examples/rp-pppoe" before copying files there.
Diffstat (limited to 'net/rp-pppoe')
-rw-r--r-- | net/rp-pppoe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index f851c5050f9..969b40247e7 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/20 07:44:31 tron Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/20 07:49:03 tron Exp $ DISTNAME= rp-pppoe-2.6 CATEGORIES= net @@ -14,6 +14,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= PPPD=${PPPD} post-install: + ${MKDIR} ${PREFIX}/share/examples/rp-pppoe ${INSTALL_DATA} ${WRKSRC}/pppoe.conf ${WRKSRC}/pppoe-server-options \ ${PREFIX}/share/examples/rp-pppoe |