diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-24 06:00:36 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-24 06:00:36 +0000 |
commit | ab32f114dac2b2eea5609a8b92ab1621fe8de1c4 (patch) | |
tree | ae3007eac7e05a23db2f09f5eccdc1a28f2269e5 /audio/rosegarden | |
parent | 28b329a31d72eea0d4d4521aee853ec50f7fb6fa (diff) | |
download | FreeBSD-ports-ab32f114dac2b2eea5609a8b92ab1621fe8de1c4.zip FreeBSD-ports-ab32f114dac2b2eea5609a8b92ab1621fe8de1c4.tar.gz |
Create a directory before installing data to it in case it wasn't
there in the first place.
Noticed by: bento.freebsd.org
Diffstat (limited to 'audio/rosegarden')
-rw-r--r-- | audio/rosegarden/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile index a30bcff..fe7f65d 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -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 \ ) |