- Support STAGEDIR
- Take maintainership
This commit is contained in:
parent
40e3234d09
commit
2b948d4d77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353649
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue