diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 00:01:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 00:01:22 +0800 |
commit | 67c7af85165af4e0864635d540a0a2369aa2534f (patch) | |
tree | 6b5469be28afd93589ebcab2e31c971326230494 /chinese/oto | |
parent | 7a44010089851bbbe613e1c4a1b3a20d168d71dc (diff) | |
download | freebsd-ports-gnome-67c7af85165af4e0864635d540a0a2369aa2534f.tar.gz freebsd-ports-gnome-67c7af85165af4e0864635d540a0a2369aa2534f.tar.zst freebsd-ports-gnome-67c7af85165af4e0864635d540a0a2369aa2534f.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: chinese)
Diffstat (limited to 'chinese/oto')
-rw-r--r-- | chinese/oto/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chinese/oto/Makefile b/chinese/oto/Makefile index 4a342fd2aab5..03a1c3e048c6 100644 --- a/chinese/oto/Makefile +++ b/chinese/oto/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-oto -# Date created: 8 March 2003 -# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> -# +# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> # $FreeBSD$ -# PORTNAME= oto PORTVERSION= 0.5 @@ -19,6 +15,7 @@ USE_GMAKE= YES CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC}/src/ -type f -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' |