aboutsummaryrefslogtreecommitdiff
path: root/devel/cunit
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-11 06:05:46 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-11 06:05:46 +0000
commit2b948d4d77a81af4c4078c84652b21dd2acc2e1b (patch)
treee15dc81b6ee7eaef3420c77f48823eb402855dcd /devel/cunit
parent40e3234d090fa75e867a3a7500b6c615821a4176 (diff)
downloadports-2b948d4d77a81af4c4078c84652b21dd2acc2e1b.tar.gz
ports-2b948d4d77a81af4c4078c84652b21dd2acc2e1b.zip
- Support STAGEDIR
- Take maintainership
Notes
Notes: svn path=/head/; revision=353649
Diffstat (limited to 'devel/cunit')
-rw-r--r--devel/cunit/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile
index 9eedbc15caba..1e1e53e6d9a8 100644
--- a/devel/cunit/Makefile
+++ b/devel/cunit/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/CUnit/2.1-0
DISTNAME= ${PORTNAME:S/^cu/CU/}-${DISTVERSION}-src
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Automated unit testing framework for C
CONFLICTS= c-unit-[0-9]*
@@ -20,8 +20,6 @@ USE_GMAKE= yes
USE_AUTOTOOLS= autoheader
USE_LDCONFIG= yes
-MAN3= CUnit.3
-
OPTIONS_DEFINE= DEB AUT BAS CON CUR EXA ITE MEM
DEB_DESC= Debug interface
AUT_DESC= Automated(XML) interface
@@ -34,7 +32,6 @@ MEM_DESC= Internal memory tracking
OPTIONS_DEFAULT= AUT BAS CON
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/doc/@PACKAGE@|/share/doc/@PACKAGE@|g' ${WRKSRC}/doc/Makefile.in
@${REINPLACE_CMD} -e 's|/doc/@PACKAGE@|/share/doc/@PACKAGE@|g' ${WRKSRC}/doc/headers/Makefile.in