From 2119f614d29799d1ea46627a5f44a94a3450c536 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Sun, 18 May 2014 14:28:35 +0000 Subject: [PATCH] - Stage support - Reset maintainer to ports@ --- lang/ucc/Makefile | 4 ++-- lang/ucc/pkg-descr | 2 +- 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 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