aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/unzip
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 /archivers/unzip
parentd36f6017d64f367ed084d57ecb6108465da92e7a (diff)
downloadfreebsd-ports-gnome-018a3de9e758d5704360bdc109df27940edad21d.tar.gz
freebsd-ports-gnome-018a3de9e758d5704360bdc109df27940edad21d.tar.zst
freebsd-ports-gnome-018a3de9e758d5704360bdc109df27940edad21d.zip
TARGETDIR -> PREFIX
Diffstat (limited to 'archivers/unzip')
-rw-r--r--archivers/unzip/Makefile6
1 files changed, 3 insertions, 3 deletions
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