diff options
author | thierry <thierry@FreeBSD.org> | 2006-01-24 04:24:00 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-01-24 04:24:00 +0800 |
commit | 35497d852196a288e8a95f343309052304ff7f91 (patch) | |
tree | f3fbb3f3a64143e8099f8f2a4f4b4c0fc39b6e84 /graphics/gephex | |
parent | 82aa496fda7843c0614dc35e0642364b3baab071 (diff) | |
download | freebsd-ports-gnome-35497d852196a288e8a95f343309052304ff7f91.tar.gz freebsd-ports-gnome-35497d852196a288e8a95f343309052304ff7f91.tar.zst freebsd-ports-gnome-35497d852196a288e8a95f343309052304ff7f91.zip |
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)
Diffstat (limited to 'graphics/gephex')
-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> |