aboutsummaryrefslogtreecommitdiff
path: root/sysutils/weedit
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 07:14:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 07:14:05 +0000
commit0453b815e72d64b4a0594e34e07ebc5513cdc652 (patch)
tree9336537060dc9a4c473c1bfaeb23ab3533e2371b /sysutils/weedit
parent5eb6e94b3b359e965f3d26a45fad36922163a320 (diff)
downloadports-0453b815e72d64b4a0594e34e07ebc5513cdc652.tar.gz
ports-0453b815e72d64b4a0594e34e07ebc5513cdc652.zip
Support staging.
Notes
Notes: svn path=/head/; revision=331353
Diffstat (limited to 'sysutils/weedit')
-rw-r--r--sysutils/weedit/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/weedit/Makefile b/sysutils/weedit/Makefile
index 307d84e595e3..5e33bbfb1d1f 100644
--- a/sysutils/weedit/Makefile
+++ b/sysutils/weedit/Makefile
@@ -20,7 +20,6 @@ SRCF= crc32 dlink weedit md5
PLIST_FILES= bin/weedit bin/weeditreaddb
-NO_STAGE= yes
do-build:
.for f in ${SRCF}
${CC} ${CFLAGS} -c ${WRKSRC}/${f}.c -o ${WRKSRC}/${f}.o
@@ -30,7 +29,7 @@ do-build:
${SRCF:C/(.*)/${WRKSRC}\/\1.o/}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/weeditreaddb ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/weeditreaddb ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>