aboutsummaryrefslogtreecommitdiff
path: root/textproc/libroxml/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-03-17 13:01:34 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-03-17 13:01:34 +0000
commitb2f4d944fb1d133857f37e55c4a3dd47bcf48b11 (patch)
treeca4adc99c09b6eb71f7db9f40815f23b17ddd0bf /textproc/libroxml/Makefile
parentcfc57fdbb677daa14c81fe9c63e2d220b9b7d7d7 (diff)
Notes
Diffstat (limited to 'textproc/libroxml/Makefile')
-rw-r--r--textproc/libroxml/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/libroxml/Makefile b/textproc/libroxml/Makefile
index 1b3e3cb2a021..e09753f42f5e 100644
--- a/textproc/libroxml/Makefile
+++ b/textproc/libroxml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libroxml
-PORTVERSION= 2.0.1
+PORTVERSION= 2.0.2
CATEGORIES= textproc
MASTER_SITES= GOOGLE_CODE
DISTNAME= libroxml-${PORTVERSION}
@@ -28,4 +28,7 @@ PLIST_FILES= bin/roxml \
lib/libroxml.a \
include/roxml.h
+pre-build:
+ @cd ${WRKSRC} && ${GMAKE} clean
+
.include <bsd.port.mk>