aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2010-11-24 03:44:53 +0800
committerkwm <kwm@FreeBSD.org>2010-11-24 03:44:53 +0800
commit66ef5404ead336d2bfcf74226412623031269433 (patch)
treea6162163343a9d8b15fda4a5aa2cc4f181886dac /x11
parent41e8170f19f6c95d9c1ec1060e4e93ac817e6da6 (diff)
downloadfreebsd-ports-graphics-66ef5404ead336d2bfcf74226412623031269433.tar.gz
freebsd-ports-graphics-66ef5404ead336d2bfcf74226412623031269433.tar.zst
freebsd-ports-graphics-66ef5404ead336d2bfcf74226412623031269433.zip
Tweak the post-patch step, so gnome-terminal doesn't invoke autotools.
Submitted by: Norikatsu Shigemura <nork@FreeBSD.org>
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-terminal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
index f50fa6f59c4..7cde07c31a2 100644
--- a/x11/gnome-terminal/Makefile
+++ b/x11/gnome-terminal/Makefile
@@ -31,6 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GCONF_SCHEMAS= gnome-terminal.schemas
post-patch:
- ${FIND} ${WRKSRC} -type f -exec ${TOUCH} -f {} \;
+ @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
+ ${WRKSRC}/configure ${WRKSRC}/config.h.in
.include <bsd.port.mk>