aboutsummaryrefslogtreecommitdiff
path: root/devel/libcheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libcheck/Makefile')
-rw-r--r--devel/libcheck/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libcheck/Makefile b/devel/libcheck/Makefile
index 2ae65403a42d..01c3bd5be6c7 100644
--- a/devel/libcheck/Makefile
+++ b/devel/libcheck/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libcheck
-PORTVERSION= 0.9.2
+PORTVERSION= 0.9.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= check
@@ -17,5 +17,9 @@ COMMENT= A unit test framework for C
GNU_CONFIGURE= yes
PLIST_SUB= CHECK_VERSION=${PORTVERSION}
+USE_GMAKE= yes
+
+DOCSDIR= ${PREFIX}/share/doc/check-${PORTVERSION}
+EXAMPLESDIR= ${PREFIX}/share/examples/check-${PORTVERSION}
.include <bsd.port.mk>