diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | 62d306b057537feb1ef4749c60334699ef7f07d1 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /net/hf6to4 | |
parent | cbac1b2142ffeda168356e0a85c33829123f805b (diff) | |
download | pkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'net/hf6to4')
-rw-r--r-- | net/hf6to4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/hf6to4/Makefile b/net/hf6to4/Makefile index b2a5473fba4..b75caae518b 100644 --- a/net/hf6to4/Makefile +++ b/net/hf6to4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/30 22:49:42 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:25 jlam Exp $ # DISTNAME= hf6to4-1.3 @@ -22,6 +22,8 @@ NO_CONFIGURE= yes CONF_FILES+= ${PREFIX}/share/examples/hf6to4/hf6to4.conf ${PKG_SYSCONFDIR}/hf6to4.conf +INSTALLATION_DIRS= man/man8 sbin + do-build: @${SED} ${FILES_SUBST_SED} ${FILESDIR}/hf6to4 > ${WRKSRC}/hf6to4 |