diff options
author | asami <asami@FreeBSD.org> | 2000-04-13 09:17:26 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-13 09:17:26 +0000 |
commit | 8e35c70d9d4bd699ea6971525d2f756efbdaad24 (patch) | |
tree | 43a2327aa207c596c0fa4238e5356997afb18bdf /korean/pgp.language | |
parent | 95cdd6d3886509f9f82699322355095c46f845bc (diff) | |
download | FreeBSD-ports-8e35c70d9d4bd699ea6971525d2f756efbdaad24.zip FreeBSD-ports-8e35c70d9d4bd699ea6971525d2f756efbdaad24.tar.gz |
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/pgp.language')
-rw-r--r-- | korean/pgp.language/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/pgp.language/Makefile b/korean/pgp.language/Makefile index ff61499..b4c4318 100644 --- a/korean/pgp.language/Makefile +++ b/korean/pgp.language/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: pgp.language (korean) -# Version required: 2.6.3i # Date created: 22 Jul 1998 # Whom: CHOI Junho <cjh@kr.freebsd.org> # @@ -8,11 +7,12 @@ # This is based on ja-pgp. # -DISTNAME= pgp263i-${PGP_LANGUAGE} -PKGNAME= ko-pgp-2.6.3 +PORTNAME= pgp +PORTVERSION= 2.6.3 CATEGORIES= korean security MASTER_SITES= http://sparcs.kaist.ac.kr/~firiel/Works/ \ ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ +DISTNAME= pgp263i-${PGP_LANGUAGE} MAINTAINER= cjh@kr.freebsd.org |