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/unarj | |
parent | 741ddf72fee30115292040c28f4c61590071180e (diff) | |
download | ports-ab79508aabbfcfe38b47f97f97787647b4386420.tar.gz ports-ab79508aabbfcfe38b47f97f97787647b4386420.zip |
TARGETDIR -> PREFIX
Notes
Notes:
svn path=/head/; revision=171245
Diffstat (limited to 'archivers/unarj')
-rw-r--r-- | archivers/unarj/Makefile | 2 |
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} |