summaryrefslogtreecommitdiff
path: root/misc/rpm/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-01-24 11:43:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-01-24 11:43:57 +0000
commit352e23e65b4cbb80934f916364546de6a233431f (patch)
treea6ab2f073a472f57b552ed422cd9a020673a4a8e /misc/rpm/Makefile
parentStyle police. (diff)
Create directory before installation.
Notes
Notes: svn path=/head/; revision=5425
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r--misc/rpm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile
index 712f3e9f8936..87e7a8f33833 100644
--- a/misc/rpm/Makefile
+++ b/misc/rpm/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 January 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/01/24 07:50:07 tg Exp $
#
DISTNAME= rpm-2.3.2
@@ -18,4 +18,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN8= rpm.8 rpm2cpio.8
+pre-install:
+ ${MKDIR} ${PREFIX}/include/rpm
+
.include <bsd.port.mk>