diff options
author | danilo <danilo@FreeBSD.org> | 2013-10-04 22:20:29 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-10-04 22:20:29 +0800 |
commit | 64ff9595627b41d0b88b6f8d155928e502fafbbf (patch) | |
tree | a1a1f675186475fbbb39c0d66abed936de70a1c2 /math | |
parent | c91925e25505ee7d647252f105a128879f27ac9f (diff) | |
download | freebsd-ports-gnome-64ff9595627b41d0b88b6f8d155928e502fafbbf.tar.gz freebsd-ports-gnome-64ff9595627b41d0b88b6f8d155928e502fafbbf.tar.zst freebsd-ports-gnome-64ff9595627b41d0b88b6f8d155928e502fafbbf.zip |
- Add stage support [1]
PR: ports/182608
Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) [1]
Approved by: wg (mentor)
Diffstat (limited to 'math')
-rw-r--r-- | math/ent/Makefile | 3 |
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> |