diff options
-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> |