diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-09-11 18:06:13 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-09-11 18:06:13 +0000 |
commit | 9ad3555003b2ef8f2454b6706569c8655061680a (patch) | |
tree | 1f85edc0fa61012384edf53d759886c52bf30c40 /korean/linux_locale/Makefile | |
parent | da412d866a8b2ddc317a8f34c2e78021edcc5b13 (diff) | |
download | ports-9ad3555003b2ef8f2454b6706569c8655061680a.tar.gz ports-9ad3555003b2ef8f2454b6706569c8655061680a.zip |
Notes
Diffstat (limited to 'korean/linux_locale/Makefile')
-rw-r--r-- | korean/linux_locale/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/korean/linux_locale/Makefile b/korean/linux_locale/Makefile deleted file mode 100644 index 1b6edf8ab8d6..000000000000 --- a/korean/linux_locale/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: linux_locale -# Date created: Apr 20 1999 -# Whom: cjh@kr.freebsd.org -# -# $FreeBSD$ -# - -PORTNAME= linux_locale -PORTVERSION= 1.0 -PORTREVISION= 3 -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 - -BUILD_DEPENDS= ${LINUX_BASE_PORT} - -ONLY_FOR_ARCHS= i386 amd64 - -CONFLICTS= linux_base-fc* - -DEPRECATED= the dependency is scheduled for removal and a recent glib does not need this -EXPIRATION_DATE=2006-09-01 - -USE_LINUX= 8 -USE_LINUX_PREFIX=yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -do-install: - @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; ${PAX} -r) - -.include <bsd.port.mk> |