diff options
author | asami <asami@FreeBSD.org> | 2000-04-13 17:17:26 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-13 17:17:26 +0800 |
commit | 8e35c70d9d4bd699ea6971525d2f756efbdaad24 (patch) | |
tree | 43a2327aa207c596c0fa4238e5356997afb18bdf /korean/linuxdoc-sgml | |
parent | 95cdd6d3886509f9f82699322355095c46f845bc (diff) | |
download | freebsd-ports-gnome-8e35c70d9d4bd699ea6971525d2f756efbdaad24.tar.gz freebsd-ports-gnome-8e35c70d9d4bd699ea6971525d2f756efbdaad24.tar.zst freebsd-ports-gnome-8e35c70d9d4bd699ea6971525d2f756efbdaad24.zip |
Convert to PORTNAME/PORTVERSION. Problems found: afterstep, bitchx,
hanemacs and hmconv had invalid version strings (fixed).
I also got replaced AMI_VER and HANIM_VER with PORTVERSION but I
didn't touch BROWSER_VER (in netscape ports) since it was used in too
many places.
Diffstat (limited to 'korean/linuxdoc-sgml')
-rw-r--r-- | korean/linuxdoc-sgml/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/korean/linuxdoc-sgml/Makefile b/korean/linuxdoc-sgml/Makefile index fd136ac7b52b..4a043f2efda8 100644 --- a/korean/linuxdoc-sgml/Makefile +++ b/korean/linuxdoc-sgml/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: Linuxdoc-SGML 1.6bh2 -# Version required: 1.6bh2 # Date created: 2 Apr 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # # $FreeBSD$ # -DISTNAME= linuxdoc-sgml-1.6bh2 -PKGNAME= ko-linuxdoc-sgml-1.6bh2 +PORTNAME= linuxdoc-sgml +PORTVERSION= 1.6bh2 CATEGORIES= korean textproc MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/tools/ |