aboutsummaryrefslogtreecommitdiff
path: root/archivers
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 /archivers
parent46735ca4e88357f92a4fba1ee3e7af749431e019 (diff)
downloadports-352e23e65b4cbb80934f916364546de6a233431f.tar.gz
ports-352e23e65b4cbb80934f916364546de6a233431f.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/rpm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile
index 712f3e9f8936..87e7a8f33833 100644
--- a/archivers/rpm/Makefile
+++ b/archivers/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>