aboutsummaryrefslogtreecommitdiff
path: root/graphics/xpaint/Makefile
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-03-05 07:21:02 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-03-05 07:21:02 +0000
commit423868ab566c0188aff7a5d51d9fff51bd4f5bf6 (patch)
treee24004dd52404b77becdab4df2ffc521537494d8 /graphics/xpaint/Makefile
parent54d0e8b9fd85d6987d7d3aa93a9cbf73c31b353a (diff)
Update to xpaint 2.9.10
Notes
Notes: svn path=/head/; revision=347097
Diffstat (limited to 'graphics/xpaint/Makefile')
-rw-r--r--graphics/xpaint/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile
index 393f2f5b558c..565cfd6877d4 100644
--- a/graphics/xpaint/Makefile
+++ b/graphics/xpaint/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= xpaint
-PORTVERSION= 2.9.9.4
-PORTREVISION= 3
+PORTVERSION= 2.9.10
CATEGORIES= graphics
-MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
+MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= johans@FreeBSD.org
COMMENT= Simple paint program
@@ -48,4 +47,7 @@ post-patch:
@${REINPLACE_CMD} -e '/if (!image)/s/return;/return -1;/' \
${WRKSRC}/rw/readWriteTGA.c
+post-configure:
+ ${MAKE} -C ${WRKSRC} clean
+
.include <bsd.port.mk>