diff options
Diffstat (limited to 'korean/ftghostscript5/Makefile')
-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} |