svn commit: r329312 - head/math/ent
Danilo Egea Gondolfo
danilo at FreeBSD.org
Fri Oct 4 14:20:30 UTC 2013
Author: danilo
Date: Fri Oct 4 14:20:29 2013
New Revision: 329312
URL: http://svnweb.freebsd.org/changeset/ports/329312
Log:
- Add stage support [1]
PR: ports/182608
Submitted by: Horia Racoviceanu <horia at racoviceanu.com> (maintainer) [1]
Approved by: wg (mentor)
Modified:
head/math/ent/Makefile
Modified: head/math/ent/Makefile
==============================================================================
--- head/math/ent/Makefile Fri Oct 4 14:17:46 2013 (r329311)
+++ head/math/ent/Makefile Fri Oct 4 14:20:29 2013 (r329312)
@@ -19,12 +19,11 @@ PLIST_FILES= bin/ent
regression-test: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check)
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e '/CC = /d' -e '/CFLAGS = /s,$$, ${CFLAGS},' \
${WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ent ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list