diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 21:26:25 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 21:26:25 +0000 |
commit | 426324d8d0522a88ef7f0fff7656ae21af05fe81 (patch) | |
tree | 1806d6d8979e971da91dc6197aa4aa9b25849238 | |
parent | Fix PLIST (diff) |
Remove ${PORTSDIR} from EXTRACT_DEPENDS.
Notes
Notes:
svn path=/head/; revision=508875
-rw-r--r-- | devel/git-merge-changelog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/git-merge-changelog/Makefile b/devel/git-merge-changelog/Makefile index cad4400b2735..05c23324dce0 100644 --- a/devel/git-merge-changelog/Makefile +++ b/devel/git-merge-changelog/Makefile @@ -12,7 +12,7 @@ DISTFILES= # none MAINTAINER= knu@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 |