1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Create directory before installation.

This commit is contained in:
Satoshi Asami 1997-01-24 11:43:57 +00:00
parent 46735ca4e8
commit 352e23e65b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5425
2 changed files with 8 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Date created: 23 January 1997 # Date created: 23 January 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG> # 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 DISTNAME= rpm-2.3.2
@ -18,4 +18,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes USE_GMAKE= yes
MAN8= rpm.8 rpm2cpio.8 MAN8= rpm.8 rpm2cpio.8
pre-install:
${MKDIR} ${PREFIX}/include/rpm
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 23 January 1997 # Date created: 23 January 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG> # 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 DISTNAME= rpm-2.3.2
@ -18,4 +18,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes USE_GMAKE= yes
MAN8= rpm.8 rpm2cpio.8 MAN8= rpm.8 rpm2cpio.8
pre-install:
${MKDIR} ${PREFIX}/include/rpm
.include <bsd.port.mk> .include <bsd.port.mk>