aboutsummaryrefslogtreecommitdiff
path: root/graphics/xpaint/Makefile
diff options
context:
space:
mode:
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>