aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libuta
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-05-18 06:07:22 +0800
committerOliver Lehmann <oliver@FreeBSD.org>2003-05-18 06:07:22 +0800
commit1112fa550515902c72f9b74f0e01aac4b4d3eb36 (patch)
treef25060de5d22fb0fc6bd36e85454e2d1fb8fa9af /devel/libuta
parent20eb03a11ffad60a38e6a7c6674bcb321824c60e (diff)
downloadfreebsd-ports-gnome-1112fa550515902c72f9b74f0e01aac4b4d3eb36.tar.gz
freebsd-ports-gnome-1112fa550515902c72f9b74f0e01aac4b4d3eb36.tar.zst
freebsd-ports-gnome-1112fa550515902c72f9b74f0e01aac4b4d3eb36.zip
silence the patch stage
freebsd -> FreeBSD
Diffstat (limited to 'devel/libuta')
-rw-r--r--devel/libuta/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libuta/Makefile b/devel/libuta/Makefile
index 5d5292ea0b19..0058403aee67 100644
--- a/devel/libuta/Makefile
+++ b/devel/libuta/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= oliver@freebsd.org
+MAINTAINER= oliver@FreeBSD.org
COMMENT= A Graphical User Interface library for C++
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
@@ -51,10 +51,10 @@ pre-everything::
post-patch:
.for i in ${SDL11_FILES}
- ${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/$i
+ @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/$i
.endfor
pre-configure:
- ${REINPLACE_CMD} -e 's|<freetype/freetype.h>|<freetype1/freetype/freetype.h>|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|<freetype/freetype.h>|<freetype1/freetype/freetype.h>|g' ${WRKSRC}/configure
.include <bsd.port.post.mk>