[Midnightbsd-cvs] mports [20876] trunk/graphics/cenon/Makefile: fix build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 15 16:22:36 EST 2015


Revision: 20876
          http://svnweb.midnightbsd.org/mports/?rev=20876
Author:   laffer1
Date:     2015-11-15 16:22:35 -0500 (Sun, 15 Nov 2015)
Log Message:
-----------
fix build

Modified Paths:
--------------
    trunk/graphics/cenon/Makefile

Modified: trunk/graphics/cenon/Makefile
===================================================================
--- trunk/graphics/cenon/Makefile	2015-11-15 21:19:00 UTC (rev 20875)
+++ trunk/graphics/cenon/Makefile	2015-11-15 21:22:35 UTC (rev 20876)
@@ -32,7 +32,7 @@
 DISTFILES+=	CenonLibrary-${FULLVERSION}-1${EXTRACT_SUFX}
 
 pre-install:
-	${MKDIR} ${GNUSTEP_LOCAL_ROOT}/Library/
+	${MKDIR} ${FAKE_DESTDIR}${GNUSTEP_LOCAL_ROOT}/Library/
 	${TAR} -xyvf ${_DISTDIR}/CenonLibrary-${FULLVERSION}-1${EXTRACT_SUFX} \
 		-C ${FAKE_DESTDIR}${GNUSTEP_LOCAL_ROOT}/Library/ \
 		--exclude COPYING --exclude '._*'



More information about the Midnightbsd-cvs mailing list