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 | |
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
-rw-r--r-- | devel/portlint/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portlint/Makefile | 2 |
2 files changed, 2 insertions, 2 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 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 |