summaryrefslogtreecommitdiff
path: root/ports-mgmt/portlint
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-08-11 15:52:23 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-08-11 15:52:23 +0000
commite17a20be47123b8c0b3327d841316000476ba732 (patch)
treed470979086732a2a117a728279ade47002955556 /ports-mgmt/portlint
parentRespect DESTDIR. (diff)
Respect DESTDIR.
PR: 101675 Submitted by: gabor
Notes
Notes: svn path=/head/; revision=170356
Diffstat (limited to 'ports-mgmt/portlint')
-rw-r--r--ports-mgmt/portlint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile
index 9a004e19adbb..e6923a60bb9d 100644
--- a/ports-mgmt/portlint/Makefile
+++ b/ports-mgmt/portlint/Makefile
@@ -37,7 +37,7 @@ post-patch:
${WRKSRC}/portlintgrep.pl
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/portlint.pl ${PREFIX}/bin/portlint
+ ${INSTALL_SCRIPT} ${WRKSRC}/portlint.pl ${TARGETDIR}/bin/portlint
${INSTALL_MAN} ${WRKSRC}/portlint.1 ${MAN1PREFIX}/man/man1
${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/portlintgrep.pl ${EXAMPLESDIR}/portlintgrep