aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-08-07 15:58:28 +0800
committermiwi <miwi@FreeBSD.org>2006-08-07 15:58:28 +0800
commit1b5538a51a22e1175099fe908682112d9ba03ff8 (patch)
treed006e03928822cdb944c6f1ee3c6815d6710a02d /security
parent3eb8cf21a813a24200afe73bc941e88b17d9ba3c (diff)
downloadfreebsd-ports-gnome-1b5538a51a22e1175099fe908682112d9ba03ff8.tar.gz
freebsd-ports-gnome-1b5538a51a22e1175099fe908682112d9ba03ff8.tar.zst
freebsd-ports-gnome-1b5538a51a22e1175099fe908682112d9ba03ff8.zip
- Respect DESTDIR for all my ports
Reviewed by: gabor Approved by: krion (mentor)
Diffstat (limited to 'security')
-rw-r--r--security/find-zlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/find-zlib/Makefile b/security/find-zlib/Makefile
index acc5e86251b5..7741375c44a2 100644
--- a/security/find-zlib/Makefile
+++ b/security/find-zlib/Makefile
@@ -21,6 +21,6 @@ NO_BUILD= none
USE_PERL5_RUN= yes
do-install:
- ${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${TARGETDIR}/bin
.include <bsd.port.mk>