diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2012-07-16 09:41:41 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2012-07-16 09:41:41 +0000 |
commit | 08beb2b93b0e88909407a4b25c9c0477dfb43cf3 (patch) | |
tree | 478372a84d7223d7529121ef64a871a25e29a6bd /devel/git-merge-changelog | |
parent | 65a55114c1f8be7c58e7d080220b782020075797 (diff) | |
download | ports-08beb2b93b0e88909407a4b25c9c0477dfb43cf3.tar.gz ports-08beb2b93b0e88909407a4b25c9c0477dfb43cf3.zip |
Notes
Diffstat (limited to 'devel/git-merge-changelog')
-rw-r--r-- | devel/git-merge-changelog/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/git-merge-changelog/Makefile b/devel/git-merge-changelog/Makefile index c32973059938..40b6c7c1e59a 100644 --- a/devel/git-merge-changelog/Makefile +++ b/devel/git-merge-changelog/Makefile @@ -33,7 +33,6 @@ GNULIB_PORTDIR= ${PORTSDIR}/${GNULIB_PORT} 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} |