diff options
author | marcus <marcus@FreeBSD.org> | 2006-08-11 23:52:23 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-08-11 23:52:23 +0800 |
commit | 2b8d3f822228b7753e702f3e5857c1b98232ce48 (patch) | |
tree | 753a75bd5b6c4a97ce1b18898a4aef9ce9ee110b /devel | |
parent | 68beadbb9064c9716241acb140dc1f11b9b93974 (diff) | |
download | freebsd-ports-gnome-2b8d3f822228b7753e702f3e5857c1b98232ce48.tar.gz freebsd-ports-gnome-2b8d3f822228b7753e702f3e5857c1b98232ce48.tar.zst freebsd-ports-gnome-2b8d3f822228b7753e702f3e5857c1b98232ce48.zip |
Respect DESTDIR.
PR: 101675
Submitted by: gabor
Diffstat (limited to 'devel')
-rw-r--r-- | devel/portlint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/portlint/Makefile b/devel/portlint/Makefile index 9a004e19adbb..e6923a60bb9d 100644 --- a/devel/portlint/Makefile +++ b/devel/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 |