svn commit: r353649 - head/devel/cunit
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 11 06:05:46 UTC 2014
Author: sunpoet
Date: Sun May 11 06:05:46 2014
New Revision: 353649
URL: http://svnweb.freebsd.org/changeset/ports/353649
QAT: https://qat.redports.org/buildarchive/r353649/
Log:
- Support STAGEDIR
- Take maintainership
Modified:
head/devel/cunit/Makefile
Modified: head/devel/cunit/Makefile
==============================================================================
--- head/devel/cunit/Makefile Sun May 11 06:00:51 2014 (r353648)
+++ head/devel/cunit/Makefile Sun May 11 06:05:46 2014 (r353649)
@@ -8,7 +8,7 @@ CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/CUnit/2.1-0
DISTNAME= ${PORTNAME:S/^cu/CU/}-${DISTVERSION}-src
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at 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
More information about the svn-ports-all
mailing list