diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-25 08:54:08 +0800 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-25 08:54:08 +0800 |
commit | 2d8b17ea397de7c90e5eb26a0149ea1925fe88db (patch) | |
tree | 8faaee74abe14ca7569b7b9c61a088cb0a3df0c6 /chinese | |
parent | 98bc8f9a83820c02838b15a09d44bbc425a41fbb (diff) | |
download | freebsd-ports-gnome-2d8b17ea397de7c90e5eb26a0149ea1925fe88db.tar.gz freebsd-ports-gnome-2d8b17ea397de7c90e5eb26a0149ea1925fe88db.tar.zst freebsd-ports-gnome-2d8b17ea397de7c90e5eb26a0149ea1925fe88db.zip |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/cconv/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chinese/cconv/Makefile b/chinese/cconv/Makefile index cceb684855b2..ff90c40e547c 100644 --- a/chinese/cconv/Makefile +++ b/chinese/cconv/Makefile @@ -14,7 +14,6 @@ GNU_CONFIGURE= yes USES= iconv USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|unicode.h||; s|libcconv_la_LDFLAGS|cconv_LDFLAGS|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|UTF-TW|UTF8-TW|g' ${WRKSRC}/main.c |