aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2006-08-23 14:34:55 +0800
committerache <ache@FreeBSD.org>2006-08-23 14:34:55 +0800
commit018a3de9e758d5704360bdc109df27940edad21d (patch)
treedbb07422a244d223094c68cd443bf6f3e8138f5d
parentd36f6017d64f367ed084d57ecb6108465da92e7a (diff)
downloadfreebsd-ports-gnome-018a3de9e758d5704360bdc109df27940edad21d.tar.gz
freebsd-ports-gnome-018a3de9e758d5704360bdc109df27940edad21d.tar.zst
freebsd-ports-gnome-018a3de9e758d5704360bdc109df27940edad21d.zip
TARGETDIR -> PREFIX
-rw-r--r--archivers/ha/Makefile2
-rw-r--r--archivers/unarj/Makefile2
-rw-r--r--archivers/unzip/Makefile6
3 files changed, 5 insertions, 5 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>
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}
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 4006d970e468..9c27a1aa118a 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -52,10 +52,10 @@ pre-build:
do-install:
.for file in funzip unzip unzipsfx
- ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${TARGETDIR}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
- ${LN} -sf unzip ${TARGETDIR}/bin/zipinfo
- ${INSTALL_SCRIPT} ${WRKSRC}/unix/zipgrep ${TARGETDIR}/bin
+ ${LN} -sf unzip ${PREFIX}/bin/zipinfo
+ ${INSTALL_SCRIPT} ${WRKSRC}/unix/zipgrep ${PREFIX}/bin
.for f in ${MAN1}
${INSTALL_MAN} ${WRKSRC}/man/${f} ${MAN1PREFIX}/man/man1
.endfor