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/ftghostscript5 | |
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/ftghostscript5')
-rw-r--r-- | korean/ftghostscript5/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/korean/ftghostscript5/Makefile b/korean/ftghostscript5/Makefile index 6042f99dcebd..056c52e82d37 100644 --- a/korean/ftghostscript5/Makefile +++ b/korean/ftghostscript5/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: freetype-ghostscript -# Version required: 5.10ft # Date created: 27 Mar 1998 # Whom: CHOI Junho <cjh@kr.freebsd.org> # @@ -10,7 +9,8 @@ # default korean font yet # -DISTNAME= ko-ghostscript-ft-5.10 +PORTNAME= ghostscript +PORTVERSION= 5.10 CATEGORIES= korean print MASTER_SITES= ftp://ftp.pdb.sni.de/pub/utilities/misc/ \ http://www.ozemail.com.au/~geoffk/pdfencrypt/ \ @@ -21,6 +21,8 @@ MASTER_SITES= ftp://ftp.pdb.sni.de/pub/utilities/misc/ \ ftp://ftp.kr.freebsd.org/pub/users/cjh/gs-ko/ \ ftp://ftp.kr.freebsd.org/pub/users/cjh/gs-ko/misc/ MASTER_SITE_SUBDIR= ghostscript +PKGNAMESUFFIX= -ft +DISTNAME= ${PKGNAME} DISTFILES= ${PCL3_DRV} ${DECRYPT_PDF} ${GS_SOURCES} \ ${VFLIB_GS} ${KFFTYPE} ${KFFTYPE_PATCH} \ ${HFFTYPE} ${GS_CID_PATCH} |