diff options
author | ak <ak@FreeBSD.org> | 2014-01-25 19:06:11 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-01-25 19:06:11 +0800 |
commit | 0d45323c32edd03a42b71cd2661bce734e2b6427 (patch) | |
tree | 9862352246d313786f248f2ef84c375b24ce3fa4 /devel | |
parent | 02aaa6bb725819d499d8971a81021657026c03ed (diff) | |
download | freebsd-ports-gnome-0d45323c32edd03a42b71cd2661bce734e2b6427.tar.gz freebsd-ports-gnome-0d45323c32edd03a42b71cd2661bce734e2b6427.tar.zst freebsd-ports-gnome-0d45323c32edd03a42b71cd2661bce734e2b6427.zip |
- Use DESTDIR instead of non-standard BASEDIR
Suggested by: mat
Diffstat (limited to 'devel')
-rw-r--r-- | devel/commit-patch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/commit-patch/Makefile b/devel/commit-patch/Makefile index fc8279c2ba53..7f41a0c44381 100644 --- a/devel/commit-patch/Makefile +++ b/devel/commit-patch/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= interdiff:${PORTSDIR}/misc/patchutils \ USE_GITHUB= yes USES= gmake perl5 USE_PERL5= build # pod2man -MAKE_ARGS= BASEDIR="${STAGEDIR}" GH_ACCOUNT= caldwell GH_PROJECT= commit-patch @@ -32,7 +31,7 @@ PORTDOCS= * post-patch: ${REINPLACE_CMD} -e 's/share[/]man/man/' \ -e 's/PREFIX=/PREFIX?=/' \ - -e 's/$$(PREFIX)/$$(BASEDIR)$$(PREFIX)/' \ + -e 's/$$(PREFIX)/$$(DESTDIR)$$(PREFIX)/' \ ${WRKSRC}/Makefile .include <bsd.port.mk> |