summaryrefslogtreecommitdiff
path: root/pkgtools/rpm2pkg/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 03:50:19 +0000
committerjlam <jlam>2005-06-17 03:50:19 +0000
commit3a9625fad1e41633ec83006da1431dabb809d188 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /pkgtools/rpm2pkg/Makefile
parent3f459c4cd39e1789cfd77fe88bc8a92bfb854eb3 (diff)
downloadpkgsrc-3a9625fad1e41633ec83006da1431dabb809d188.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'pkgtools/rpm2pkg/Makefile')
-rw-r--r--pkgtools/rpm2pkg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/rpm2pkg/Makefile b/pkgtools/rpm2pkg/Makefile
index 82d013ab639..27f1960d968 100644
--- a/pkgtools/rpm2pkg/Makefile
+++ b/pkgtools/rpm2pkg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/05/16 17:35:29 minskim Exp $
+# $NetBSD: Makefile,v 1.28 2005/06/17 03:50:30 jlam Exp $
DISTNAME= rpm2pkg-2.1
PKGREVISION= 1
@@ -25,6 +25,8 @@ LIBS= -lrpm -lintl -lz -lbz2
CFLAGS+= -Wall
.endif
+INSTALLATION_DIRS= man/man8 sbin
+
do-build:
${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${WRKSRC}/rpm2pkg \
${FILESDIR}/rpm2pkg.c ${LIBS}