diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-06-10 13:32:03 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-06-10 13:32:03 +0000 |
commit | 91106742cccaa81d2a34a0146a5fb3681ddfc2f1 (patch) | |
tree | 9a60136f92fa417a04f0c1ae4f4988dec2b3a0b4 /korean | |
parent | 70780ab94c1046df2580782309a124488a6d5d85 (diff) | |
download | ports-91106742cccaa81d2a34a0146a5fb3681ddfc2f1.tar.gz ports-91106742cccaa81d2a34a0146a5fb3681ddfc2f1.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/linux_locale/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/korean/linux_locale/Makefile b/korean/linux_locale/Makefile index 23a831cc1132..43f9680a15f5 100644 --- a/korean/linux_locale/Makefile +++ b/korean/linux_locale/Makefile @@ -7,10 +7,11 @@ PORTNAME= linux_locale PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= korean emulators linux MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX}${PORTVERSION} +EXTRACT_ONLY= # empty MAINTAINER= cjh@kr.freebsd.org COMMENT= Glibc 2.0 Korean locale for linux compatibility @@ -19,10 +20,11 @@ BUILD_DEPENDS= ${LINUX_BASE_PORT} ONLY_FOR_ARCHS= i386 amd64 +CONFLICTS= linux_base-fc* + USE_LINUX= yes USE_LINUX_PREFIX=yes NO_BUILD= yes -EXTRACT_ONLY= # empty NO_WRKSUBDIR= yes do-install: |