diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-12 13:04:13 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-12 13:04:13 +0000 |
commit | 062a3010ffa09b617e33b255c27e2fc9d472e2b6 (patch) | |
tree | 3cb9ef4c5a71a1deab5ff7710d2ab3dc25d5a622 /archivers/9e/Makefile | |
parent | a0a19e5533d374152bfca09c2470c3eb43a2de32 (diff) | |
download | ports-062a3010ffa09b617e33b255c27e2fc9d472e2b6.tar.gz ports-062a3010ffa09b617e33b255c27e2fc9d472e2b6.zip |
Notes
Diffstat (limited to 'archivers/9e/Makefile')
-rw-r--r-- | archivers/9e/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/9e/Makefile b/archivers/9e/Makefile index ea81cddae274..a51a6ec839ba 100644 --- a/archivers/9e/Makefile +++ b/archivers/9e/Makefile @@ -18,6 +18,6 @@ PLIST_FILES= bin/9e MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS="" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/9e ${TARGETDIR}/bin .include <bsd.port.mk> |