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

Mathieu Arnold mat at FreeBSD.org
Tue Aug 13 21:26:26 UTC 2019


Author: mat
Date: Tue Aug 13 21:26:25 2019
New Revision: 508875
URL: https://svnweb.freebsd.org/changeset/ports/508875

Log:
  Remove ${PORTSDIR} from EXTRACT_DEPENDS.

Modified:
  head/devel/git-merge-changelog/Makefile   (contents, props changed)

Modified: head/devel/git-merge-changelog/Makefile
==============================================================================
--- head/devel/git-merge-changelog/Makefile	Tue Aug 13 20:52:06 2019	(r508874)
+++ head/devel/git-merge-changelog/Makefile	Tue Aug 13 21:26:25 2019	(r508875)
@@ -12,7 +12,7 @@ DISTFILES=	# none
 MAINTAINER=	knu at FreeBSD.org
 COMMENT=	Git "merge" driver for GNU style ChangeLog files
 
-EXTRACT_DEPENDS=	${GNULIB_DIR}/lib/${PORTNAME}.c:${GNULIB_PORTDIR}	\
+EXTRACT_DEPENDS=	${GNULIB_DIR}/lib/${PORTNAME}.c:${GNULIB_PORT}	\
 			automake>=1.15:devel/automake		\
 			autoconf>=2.69:devel/autoconf
 


More information about the svn-ports-all mailing list