diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-11-23 19:44:53 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-11-23 19:44:53 +0000 |
commit | 934f145808eb2721808fb3f503888a6fe9889db3 (patch) | |
tree | 65240f0de3d5041688931c5e2ea9c581e6e77b9d /x11/gnome-terminal | |
parent | 487ae359bdfb9789dd307e20d7365de653ecbfda (diff) | |
download | ports-934f145808eb2721808fb3f503888a6fe9889db3.tar.gz ports-934f145808eb2721808fb3f503888a6fe9889db3.zip |
Notes
Diffstat (limited to 'x11/gnome-terminal')
-rw-r--r-- | x11/gnome-terminal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index f50fa6f59c4c..7cde07c31a2c 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> |