svn commit: r354423 - head/lang/ucc
Wen Heping
wen at FreeBSD.org
Sun May 18 14:28:36 UTC 2014
Author: wen
Date: Sun May 18 14:28:35 2014
New Revision: 354423
URL: http://svnweb.freebsd.org/changeset/ports/354423
QAT: https://qat.redports.org/buildarchive/r354423/
Log:
- Stage support
- Reset maintainer to ports@
Modified:
head/lang/ucc/Makefile
head/lang/ucc/pkg-descr
Modified: head/lang/ucc/Makefile
==============================================================================
--- head/lang/ucc/Makefile Sun May 18 14:26:45 2014 (r354422)
+++ head/lang/ucc/Makefile Sun May 18 14:28:35 2014 (r354423)
@@ -7,7 +7,7 @@ CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/OldFiles
DISTNAME= ucc160
-MAINTAINER= wenheping at gmail.com
+MAINTAINER= ports at FreeBSD.org
COMMENT= C Compiler Which Implements the ANSI C89 Standard
USES= dos2unix zip
@@ -24,6 +24,6 @@ post-patch: .SILENT
-e 's/$$^/$$>/g' \
${WRKSRC}/driver/Makefile \
${WRKSRC}/ucl/Makefile
+ ${REINPLACE_CMD} -e 's#$${PREFIX}#${STAGEDIR}${PREFIX}#g' ${WRKSRC}/Makefile
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/lang/ucc/pkg-descr
==============================================================================
--- head/lang/ucc/pkg-descr Sun May 18 14:26:45 2014 (r354422)
+++ head/lang/ucc/pkg-descr Sun May 18 14:28:35 2014 (r354423)
@@ -11,4 +11,4 @@ Ucc's design and development goals is cl
structure,upstanding extensibility,retargetable and
excellent optimization.
-WWW: http://ucc.sf.net
+WWW: http://ucc.sf.net
More information about the svn-ports-all
mailing list