diff options
author | jlam <jlam> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-17 03:50:19 +0000 |
commit | 3a9625fad1e41633ec83006da1431dabb809d188 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /net/ppp-lzs | |
parent | 3f459c4cd39e1789cfd77fe88bc8a92bfb854eb3 (diff) | |
download | pkgsrc-3a9625fad1e41633ec83006da1431dabb809d188.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'net/ppp-lzs')
-rw-r--r-- | net/ppp-lzs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ppp-lzs/Makefile b/net/ppp-lzs/Makefile index 5faaaa86431..3dc025efc89 100644 --- a/net/ppp-lzs/Makefile +++ b/net/ppp-lzs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/15 19:13:39 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:27 jlam Exp $ DISTNAME= ppp-lzs-1.2 CATEGORIES= net @@ -21,6 +21,8 @@ PKGSRC_USE_TOOLS+= patch BUILDLINK_PASSTHRU_DIRS= ${NETBSDSRCDIR}/lib/libpcap +INSTALLATION_DIRS= lkm man/cat8 man/man8 sbin + pre-extract: .if !exists(${NETBSDSRCDIR}/usr.sbin/pppd/Makefile) @${ECHO} "This package requires the NetBSD source sets to be installed in" |