diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-04 14:20:29 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-04 14:20:29 +0000 |
commit | 578f568f8da60a777154b163a8ac22414c47bdd5 (patch) | |
tree | a1a1f675186475fbbb39c0d66abed936de70a1c2 /math/ent | |
parent | 6c9088298fdb6bfa8f6faf383f48a86111cd62fe (diff) | |
download | ports-578f568f8da60a777154b163a8ac22414c47bdd5.tar.gz ports-578f568f8da60a777154b163a8ac22414c47bdd5.zip |
Notes
Diffstat (limited to 'math/ent')
-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> |