summaryrefslogtreecommitdiff
path: root/archivers/unarj
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/unarj
parentUpdate for version 1.8 (diff)
TARGETDIR -> PREFIX
Notes
Notes: svn path=/head/; revision=171245
Diffstat (limited to 'archivers/unarj')
-rw-r--r--archivers/unarj/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile
index 6c73cbad262d..f1466f9ac219 100644
--- a/archivers/unarj/Makefile
+++ b/archivers/unarj/Makefile
@@ -23,7 +23,7 @@ post-patch:
${CP} ${FILESDIR}/sanitize.c ${WRKSRC}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/unarj ${TARGETDIR}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/unarj ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} ${DOCSDIR}
.for i in ${PORTDOCS}