aboutsummaryrefslogtreecommitdiff
path: root/databases/cego/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/cego/Makefile')
-rw-r--r--databases/cego/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index d5860f10a0ad..ab3df1bf9203 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.26.9
+PORTVERSION= 2.26.10
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
@@ -45,4 +45,7 @@ post-stage:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcego.so.2.0.0
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgwrap.so.2.0.0
+do-test:
+ cd ${WRKSRC} && ${MAKE} check
+
.include <bsd.port.mk>