diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-14 02:08:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-14 02:08:20 +0000 |
commit | 730b7413764a2bfc2c0bb853fef6f6f3c0a24eee (patch) | |
tree | 74520eb4dd16dec532262ddb04d126e9dd7ab6ab /korean/helvis/Makefile | |
parent | Revive PKGNAME which was incorrectly deleted in rev 1.3. The version (diff) |
Remove "-" at end of PKGNAME, you can't use "-" inside the version part.
Diffstat (limited to 'korean/helvis/Makefile')
-rw-r--r-- | korean/helvis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/helvis/Makefile b/korean/helvis/Makefile index 87bd1826fe32..355a74792a03 100644 --- a/korean/helvis/Makefile +++ b/korean/helvis/Makefile @@ -7,7 +7,7 @@ # DISTNAME= helvis-1.8h2- -PKGNAME= ko-helvis-1.8h2- +PKGNAME= ko-helvis-1.8h2 CATEGORIES= korean editors MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/editor/HElvis/ \ ftp://sunsite.kren.nm.kr/pub/packages/hangul/editor/HElvis/ |