aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-08-22 16:00:33 +0000
committerJohn Marino <marino@FreeBSD.org>2015-08-22 16:00:33 +0000
commit8b8cea88e12b4163883241015bd0d575c71ddeb1 (patch)
tree927c390d0a134865ca4807be95144725504f3bf3
parentf10ad36eac531ee4b8b17f0d4fab1db948819f21 (diff)
downloadports-8b8cea88e12b4163883241015bd0d575c71ddeb1.tar.gz
ports-8b8cea88e12b4163883241015bd0d575c71ddeb1.zip
Notes
-rw-r--r--graphics/vcg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/vcg/Makefile b/graphics/vcg/Makefile
index 946942f8c559..1b470f94092c 100644
--- a/graphics/vcg/Makefile
+++ b/graphics/vcg/Makefile
@@ -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: