svn commit: r350113 - head/devel/dxa65
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 4 13:23:39 UTC 2014
Author: bapt
Date: Fri Apr 4 13:23:38 2014
New Revision: 350113
URL: http://svnweb.freebsd.org/changeset/ports/350113
QAT: https://qat.redports.org/buildarchive/r350113/
Log:
Use MAKE_ARGS instead of patching the Makefile
Modified:
head/devel/dxa65/Makefile
Modified: head/devel/dxa65/Makefile
==============================================================================
--- head/devel/dxa65/Makefile Fri Apr 4 13:22:14 2014 (r350112)
+++ head/devel/dxa65/Makefile Fri Apr 4 13:23:38 2014 (r350113)
@@ -16,10 +16,7 @@ USES= gmake
PLIST_FILES= bin/dxa65 man/man1/dxa.1.gz
PORTDOCS= INSTALL
-
-post-patch-script:
- @${REINPLACE_CMD} 's|CC = |CC ?= |g' ${WRKSRC}/Makefile
- @${REINPLACE_CMD} 's|CFLAGS = |CFLAGS ?= |g' ${WRKSRC}/Makefile
+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dxa ${STAGEDIR}${PREFIX}/bin/dxa65
More information about the svn-ports-all
mailing list