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 | e46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /pkgtools/port2pkg | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'pkgtools/port2pkg')
-rw-r--r-- | pkgtools/port2pkg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/port2pkg/Makefile b/pkgtools/port2pkg/Makefile index 422a53f35f2..cb4ca9d17d2 100644 --- a/pkgtools/port2pkg/Makefile +++ b/pkgtools/port2pkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/05/16 01:15:32 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2005/06/17 03:50:29 jlam Exp $ # DISTNAME= port2pkg-1.11 @@ -22,6 +22,8 @@ USE_TOOLS+= gtar .include "../../mk/bsd.prefs.mk" +INSTALLATION_DIRS= bin man/cat1 man/man1 + do-build: .if ${OPSYS} == "SunOS" || ${OPSYS} == "AIX" # the pre-generated man-pages are 'mandoc'; these OS need 'man' |