aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2007-04-05 20:25:13 +0800
committerahze <ahze@FreeBSD.org>2007-04-05 20:25:13 +0800
commit904591a5b338e019dce80b23fceb9c19c1ae00a5 (patch)
tree51c8e3ae259b13c49108f72b5255aee6eb3bd031 /graphics/gimp
parent7a6cc3526a99ea397439e9cdb01db0e7150a9557 (diff)
downloadfreebsd-ports-gnome-904591a5b338e019dce80b23fceb9c19c1ae00a5.tar.gz
freebsd-ports-gnome-904591a5b338e019dce80b23fceb9c19c1ae00a5.tar.zst
freebsd-ports-gnome-904591a5b338e019dce80b23fceb9c19c1ae00a5.zip
- Detect old versions gimp-gnome along with gimp
PR: 111266 Submitted by: Lars Kristiansen<lars+lister.freebsd@adventuras.no>
Diffstat (limited to 'graphics/gimp')
-rw-r--r--graphics/gimp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 39485b20f66c..41352f5524c2 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -27,7 +27,7 @@ NO_BUILD= yes
.include <bsd.port.pre.mk>
pre-everything::
- @if [ -n "`${PKG_INFO} -xI '^gimp-[0-9].[0-9].[0-9]*' 2>/dev/null`" ]; then \
+ @if [ -n "`${PKG_INFO} -xI '^gimp-*[0-9].[0-9].[0-9]*' 2>/dev/null`" ]; then \
${ECHO_CMD} "${PKGNAME}: Old version of gimp detected! Please see ${PORTSDIR}/UPDATING for information on upgrading ${PKGNAME}" ; \
${FALSE}; \
fi