diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-03-17 13:01:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-03-17 13:01:34 +0000 |
commit | b2f4d944fb1d133857f37e55c4a3dd47bcf48b11 (patch) | |
tree | ca4adc99c09b6eb71f7db9f40815f23b17ddd0bf /textproc/libroxml/Makefile | |
parent | cfc57fdbb677daa14c81fe9c63e2d220b9b7d7d7 (diff) |
Notes
Diffstat (limited to 'textproc/libroxml/Makefile')
-rw-r--r-- | textproc/libroxml/Makefile | 5 |
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> |