diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-23 20:24:00 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-23 20:24:00 +0000 |
commit | 6f6848598753dfef5549a31e57d0cd81ef431326 (patch) | |
tree | ede76ab65070a7452b5e860efeb9996d17531ee2 | |
parent | 7a943468f2f27c717e238025ff3cc72fbb12af46 (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/Makefile | 3 |
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> |