aboutsummaryrefslogtreecommitdiff
path: root/math/ent
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-04 14:20:29 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-04 14:20:29 +0000
commit578f568f8da60a777154b163a8ac22414c47bdd5 (patch)
treea1a1f675186475fbbb39c0d66abed936de70a1c2 /math/ent
parent6c9088298fdb6bfa8f6faf383f48a86111cd62fe (diff)
downloadports-578f568f8da60a777154b163a8ac22414c47bdd5.tar.gz
ports-578f568f8da60a777154b163a8ac22414c47bdd5.zip
- Add stage support [1]
PR: ports/182608 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) [1] Approved by: wg (mentor)
Notes
Notes: svn path=/head/; revision=329312
Diffstat (limited to 'math/ent')
-rw-r--r--math/ent/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/ent/Makefile b/math/ent/Makefile
index f063fca64233..7283dff2b09a 100644
--- a/math/ent/Makefile
+++ b/math/ent/Makefile
@@ -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>