svn commit: r300934 - head/devel/git-merge-changelog

Akinori MUSHA knu at FreeBSD.org
Mon Jul 16 09:41:42 UTC 2012


Author: knu
Date: Mon Jul 16 09:41:41 2012
New Revision: 300934
URL: http://svn.freebsd.org/changeset/ports/300934

Log:
  Remove an unneeded variable.

Modified:
  head/devel/git-merge-changelog/Makefile

Modified: head/devel/git-merge-changelog/Makefile
==============================================================================
--- head/devel/git-merge-changelog/Makefile	Mon Jul 16 09:18:42 2012	(r300933)
+++ head/devel/git-merge-changelog/Makefile	Mon Jul 16 09:41:41 2012	(r300934)
@@ -33,7 +33,6 @@ GNULIB_PORTDIR=	${PORTSDIR}/${GNULIB_POR
 GNULIB_PORTVERSION!=	cd ${GNULIB_PORTDIR} && ${MAKE} -V PORTVERSION
 GNULIB_PORTREVISION!=	cd ${GNULIB_PORTDIR} && ${MAKE} -V PORTREVISION
 GNULIB_PORTEPOCH!=	cd ${GNULIB_PORTDIR} && ${MAKE} -V PORTEPOCH
-GNULIB_WRKSRC!=	cd ${GNULIB_PORTDIR} && ${MAKE} -V WRKSRC
 
 do-extract:
 	${MKDIR} ${WRKDIR}



More information about the svn-ports-all mailing list