diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 09:17:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 09:17:26 +0000 |
commit | d9f7c4b28dab9ce2c1900ba1817d3fa9c2d916a2 (patch) | |
tree | 916c4017c965133decfae3108f21ad85c9709eb1 /korean/linux_locale | |
parent | dc4e00ce6e1c23b2e2a98c2c6dda89dc1d1b3f91 (diff) |
Notes
Diffstat (limited to 'korean/linux_locale')
-rw-r--r-- | korean/linux_locale/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/linux_locale/Makefile b/korean/linux_locale/Makefile index 1598f456db7a..11252a9a225d 100644 --- a/korean/linux_locale/Makefile +++ b/korean/linux_locale/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: linux_locale -# Version required: 1.0 # Date created: Apr 20 1999 # Whom: cjh@kr.freebsd.org # # $FreeBSD$ # -DISTNAME= linux_locale-ko-1.0 -PKGNAME= ko-linux_locale-1.0 +PORTNAME= linux_locale +PORTVERSION= 1.0 CATEGORIES= korean emulators linux MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ +DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= cjh@kr.freebsd.org |