aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-01-23 20:24:00 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-01-23 20:24:00 +0000
commit6f6848598753dfef5549a31e57d0cd81ef431326 (patch)
treeede76ab65070a7452b5e860efeb9996d17531ee2
parent7a943468f2f27c717e238025ff3cc72fbb12af46 (diff)
Don't override run-autotools target, this is not necessary with the new
bsd.autotools.mk. Submitted by: Igor Pokrovsky <ip (at) doom.homeunix.org> (maintainer)
Notes
Notes: svn path=/head/; revision=154279
-rw-r--r--graphics/gephex/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/gephex/Makefile b/graphics/gephex/Makefile
index ccabb792a292..d7c1f9639dca 100644
--- a/graphics/gephex/Makefile
+++ b/graphics/gephex/Makefile
@@ -172,7 +172,4 @@ post-patch:
${WRKSRC}/configure.ac
@${REINPLACE_CMD} -e 's|%%PORTDOCS%%|${DO_DOCS}|' ${WRKSRC}/Makefile.am
-run-autotools: run-autotools-aclocal patch-autotools run-autotools-automake \
- run-autotools-autoconf run-autotools-autoheader
-
.include <bsd.port.post.mk>