diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 07:14:05 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 07:14:05 +0000 |
commit | 0453b815e72d64b4a0594e34e07ebc5513cdc652 (patch) | |
tree | 9336537060dc9a4c473c1bfaeb23ab3533e2371b /sysutils/weedit/Makefile | |
parent | 5eb6e94b3b359e965f3d26a45fad36922163a320 (diff) | |
download | ports-0453b815e72d64b4a0594e34e07ebc5513cdc652.tar.gz ports-0453b815e72d64b4a0594e34e07ebc5513cdc652.zip |
Notes
Diffstat (limited to 'sysutils/weedit/Makefile')
-rw-r--r-- | sysutils/weedit/Makefile | 5 |
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> |