svn commit: r395041 - head/graphics/vcg

John Marino marino at FreeBSD.org
Sat Aug 22 16:00:34 UTC 2015


Author: marino
Date: Sat Aug 22 16:00:33 2015
New Revision: 395041
URL: https://svnweb.freebsd.org/changeset/ports/395041

Log:
  graphics/vcg: Fix build on DragonFly
  
  This is a clean alteration to an unmaintained port that allows it to
  build on DragonFly.

Modified:
  head/graphics/vcg/Makefile

Modified: head/graphics/vcg/Makefile
==============================================================================
--- head/graphics/vcg/Makefile	Sat Aug 22 15:51:40 2015	(r395040)
+++ head/graphics/vcg/Makefile	Sat Aug 22 16:00:33 2015	(r395041)
@@ -23,7 +23,7 @@ USE_XORG=	x11 xext
 MAKE_JOBS_UNSAFE=	yes
 
 pre-patch:
-	@${MKDIR} ${WRKSRC}/preconf/X11ccFreeBSD
+	@${MKDIR} ${WRKSRC}/preconf/X11cc${OPSYS}
 .for file in conf demo.csh globals.h tMakefile
 	@${SED} -e "s:%%CC%%:${CC}:g" \
 	        -e "s:%%CFLAGS%%:${CFLAGS}:g" \
@@ -32,7 +32,7 @@ pre-patch:
 	        -e "s:%%PREFIX%%:${STAGEDIR}${PREFIX}:g" \
 	        -e "s:%%INSTALL_PROGRAM%%:${INSTALL_PROGRAM}:g" \
 	        -e "s:%%INSTALL_MAN%%:${INSTALL_MAN}:g" \
-		< ${FILESDIR}/${file} > ${WRKSRC}/preconf/X11ccFreeBSD/${file}
+		< ${FILESDIR}/${file} > ${WRKSRC}/preconf/X11cc${OPSYS}/${file}
 .endfor
 
 post-patch:


More information about the svn-ports-all mailing list