summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/ucc/Makefile4
-rw-r--r--lang/ucc/pkg-descr2
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/ucc/Makefile b/lang/ucc/Makefile
index 16a9e66dd613..7f60d7888062 100644
--- a/lang/ucc/Makefile
+++ b/lang/ucc/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/OldFiles
DISTNAME= ucc160
-MAINTAINER= wenheping@gmail.com
+MAINTAINER= ports@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>
diff --git a/lang/ucc/pkg-descr b/lang/ucc/pkg-descr
index bd39907de88d..4199b60cf23e 100644
--- a/lang/ucc/pkg-descr
+++ b/lang/ucc/pkg-descr
@@ -11,4 +11,4 @@ Ucc's design and development goals is clear code
structure,upstanding extensibility,retargetable and
excellent optimization.
-WWW: http://ucc.sf.net
+WWW: http://ucc.sf.net