aboutsummaryrefslogtreecommitdiff
path: root/devel/commit-patch
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2014-01-25 11:06:11 +0000
committerAlex Kozlov <ak@FreeBSD.org>2014-01-25 11:06:11 +0000
commit780b35d5bf54c6c85e3edb5242f4fc675907b61c (patch)
tree9862352246d313786f248f2ef84c375b24ce3fa4 /devel/commit-patch
parent5d2bf00922924786e751450b733a54620ca97b6d (diff)
Notes
Diffstat (limited to 'devel/commit-patch')
-rw-r--r--devel/commit-patch/Makefile3
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>