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/ghostscript55httf | |
parent | dc4e00ce6e1c23b2e2a98c2c6dda89dc1d1b3f91 (diff) |
Notes
Diffstat (limited to 'korean/ghostscript55httf')
-rw-r--r-- | korean/ghostscript55httf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/korean/ghostscript55httf/Makefile b/korean/ghostscript55httf/Makefile index 6042f99dcebd..056c52e82d37 100644 --- a/korean/ghostscript55httf/Makefile +++ b/korean/ghostscript55httf/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} |