svn commit: r341009 - head/devel/commit-patch

Alex Kozlov ak at FreeBSD.org
Sat Jan 25 11:06:12 UTC 2014


Author: ak
Date: Sat Jan 25 11:06:11 2014
New Revision: 341009
URL: http://svnweb.freebsd.org/changeset/ports/341009
QAT: https://qat.redports.org/buildarchive/r341009/

Log:
  - Use DESTDIR instead of non-standard BASEDIR
  
  Suggested by:	mat

Modified:
  head/devel/commit-patch/Makefile

Modified: head/devel/commit-patch/Makefile
==============================================================================
--- head/devel/commit-patch/Makefile	Sat Jan 25 10:50:47 2014	(r341008)
+++ head/devel/commit-patch/Makefile	Sat Jan 25 11:06:11 2014	(r341009)
@@ -17,7 +17,6 @@ RUN_DEPENDS=	interdiff:${PORTSDIR}/misc/
 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>


More information about the svn-ports-all mailing list