1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Create a directory before installing data to it in case it wasn't

there in the first place.

Noticed by:	bento.freebsd.org
This commit is contained in:
Chris Piazza 1999-07-24 06:00:36 +00:00
parent 3fd025381e
commit c020c36d2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20337

View File

@ -3,7 +3,7 @@
# Date created: 04 Aug 1996
# Whom: shanee@augusta.de
#
# $Id: Makefile,v 1.8 1999/07/11 20:52:07 cpiazza Exp $
# $Id: Makefile,v 1.9 1999/07/11 20:53:13 cpiazza Exp $
#
DISTNAME= rosegarden-2.1
@ -26,6 +26,7 @@ CONFIGURE_ARGS= --with-tclincl=${LOCALBASE}/include/tcl8.0/
CONFIGURE_ENV= LIBS="-L${PREFIX}/lib"
do-install:
@${MKDIR} ${PREFIX}/lib/X11/app-defaults
@( \
cd ${WRKSRC} ; ${SETENV} PREFIX="${PREFIX}" ./do-install \
)