aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cotty
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-08 15:06:28 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-08 15:06:28 +0000
commitbc8595b19c8e1730b9a3dac40252fea5c6334569 (patch)
tree2b7ded4f3b997cac10a101625d2e9f71d52e08d9 /sysutils/cotty
parent9e9da337c715f387e075cc80406127d47522adb1 (diff)
Notes
Diffstat (limited to 'sysutils/cotty')
-rw-r--r--sysutils/cotty/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/cotty/Makefile b/sysutils/cotty/Makefile
index ed86f1252b08..61fc5c0eb537 100644
--- a/sysutils/cotty/Makefile
+++ b/sysutils/cotty/Makefile
@@ -16,11 +16,10 @@ EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= # empty
EXTRACT_AFTER_ARGS= > ${WRKSRC}/${DISTNAME}.c
-NO_STAGE= yes
do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/cotty ${WRKSRC}/${DISTNAME}.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cotty ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/cotty ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>