diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-09 08:19:16 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-09 08:19:16 +0800 |
commit | d3016a2698782fddb9d66517810cfb1a28073c44 (patch) | |
tree | 01af51d977c76d58b2db4165824197ccd996541c /korean | |
parent | 183079245cf19edfdebd8f6725b81a23fed19f10 (diff) | |
download | freebsd-ports-gnome-d3016a2698782fddb9d66517810cfb1a28073c44.tar.gz freebsd-ports-gnome-d3016a2698782fddb9d66517810cfb1a28073c44.tar.zst freebsd-ports-gnome-d3016a2698782fddb9d66517810cfb1a28073c44.zip |
Remove USE_REINPLACE from categories starting with a K
Diffstat (limited to 'korean')
-rw-r--r-- | korean/engdic/Makefile | 1 | ||||
-rw-r--r-- | korean/gdick/Makefile | 1 | ||||
-rw-r--r-- | korean/han/Makefile | 1 | ||||
-rw-r--r-- | korean/hpscat/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/korean/engdic/Makefile b/korean/engdic/Makefile index 3a0cd347e6a3..ed2413859943 100644 --- a/korean/engdic/Makefile +++ b/korean/engdic/Makefile @@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An English dictionary utility for Korean ALL_TARGET= clean all -USE_REINPLACE= yes post-patch: @for f in ${WRKSRC}/Makefile ${WRKSRC}/engdic.h; do \ diff --git a/korean/gdick/Makefile b/korean/gdick/Makefile index 848b5d0a30bd..aa620142d22b 100644 --- a/korean/gdick/Makefile +++ b/korean/gdick/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/cjkcodecs.pth:${PORTSDIR}/converters/py- USE_PYTHON= yes USE_PYDISTUTILS=yes -USE_REINPLACE= yes USE_BZIP2= yes USE_GNOME= gnomehier pygnome2 diff --git a/korean/han/Makefile b/korean/han/Makefile index fcc10702c6f8..a7f00e1c7050 100644 --- a/korean/han/Makefile +++ b/korean/han/Makefile @@ -17,7 +17,6 @@ COMMENT= A hangul console ONLY_FOR_ARCHS= i386 USE_GMAKE= YES -USE_REINPLACE= yes .include <bsd.port.pre.mk> diff --git a/korean/hpscat/Makefile b/korean/hpscat/Makefile index 1fde8b3c86b5..4fb4d58eee56 100644 --- a/korean/hpscat/Makefile +++ b/korean/hpscat/Makefile @@ -22,7 +22,6 @@ COMMENT= Hangul Text Printing Utility RUN_DEPENDS= hcode:${PORTSDIR}/korean/hcode USE_PERL5= yes -USE_REINPLACE= yes pre-patch: @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ |