diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-30 20:29:18 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-30 20:29:18 +0800 |
commit | 13afbd8ecbd8be4527c409222b78ecf5485c6b9f (patch) | |
tree | bd6922418832bf128784f955fe3c65ccba596008 /x11/gnome-terminal/Makefile | |
parent | f24c86cdd07e33ced7deedc3353de9a53419c5bc (diff) | |
download | marcuscom-ports-13afbd8ecbd8be4527c409222b78ecf5485c6b9f.tar.gz marcuscom-ports-13afbd8ecbd8be4527c409222b78ecf5485c6b9f.tar.zst marcuscom-ports-13afbd8ecbd8be4527c409222b78ecf5485c6b9f.zip |
Update to 2.31.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14494 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-terminal/Makefile')
-rw-r--r-- | x11/gnome-terminal/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index 45d419794..397edd168 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/gnome-terminal/Makefile,v 1.134 2010/06/05 18:27:12 kwm Exp $ # PORTNAME= gnome-terminal -PORTVERSION= 2.31.3 +PORTVERSION= 2.31.91 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -31,6 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= gnome-terminal.schemas post-patch: - @${TOUCH} -f ${WRKSRC}/aclocal.m4 + ${FIND} ${WRKSRC} -type f -exec ${TOUCH} -f {} \; .include <bsd.port.mk> |