diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2006-08-23 06:34:55 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2006-08-23 06:34:55 +0000 |
commit | ab79508aabbfcfe38b47f97f97787647b4386420 (patch) | |
tree | b73e60f5f00d0ca0d57aaf16ea3bafa42f9d7cf4 /archivers/ha | |
parent | 741ddf72fee30115292040c28f4c61590071180e (diff) |
Notes
Diffstat (limited to 'archivers/ha')
-rw-r--r-- | archivers/ha/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 70c428984c6e..09e0ab2fac97 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -32,6 +32,6 @@ post-patch: ${WRKSRC}/makefile.nix do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ha ${TARGETDIR}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ha ${PREFIX}/bin .include <bsd.port.mk> |