aboutsummaryrefslogtreecommitdiff
path: root/archivers/ha
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2006-08-23 06:34:55 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2006-08-23 06:34:55 +0000
commitab79508aabbfcfe38b47f97f97787647b4386420 (patch)
treeb73e60f5f00d0ca0d57aaf16ea3bafa42f9d7cf4 /archivers/ha
parent741ddf72fee30115292040c28f4c61590071180e (diff)
downloadports-ab79508aabbfcfe38b47f97f97787647b4386420.tar.gz
ports-ab79508aabbfcfe38b47f97f97787647b4386420.zip
TARGETDIR -> PREFIX
Notes
Notes: svn path=/head/; revision=171245
Diffstat (limited to 'archivers/ha')
-rw-r--r--archivers/ha/Makefile2
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>