aboutsummaryrefslogtreecommitdiffstats
path: root/misc/newer
diff options
context:
space:
mode:
Diffstat (limited to 'misc/newer')
-rw-r--r--misc/newer/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/newer/Makefile b/misc/newer/Makefile
index d37b4276463d..c693b5d6a25c 100644
--- a/misc/newer/Makefile
+++ b/misc/newer/Makefile
@@ -16,12 +16,11 @@ CONFLICTS= teTeX-base-[0-9]* tex-[0-9]* ja-ptex-base-*
PLIST_FILES= bin/newer
NO_EXTRACT= yes
-NO_STAGE= yes
do-build:
${CP} ${DISTDIR}/newer.c ${WRKDIR}/newer.c
${CC} ${CFLAGS} -o ${WRKDIR}/newer ${WRKDIR}/newer.c
do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/newer ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKDIR}/newer ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>