diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-30 03:34:12 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-30 03:34:12 +0800 |
commit | b165f6ee1b1b95710469e56c8acd14a8a99fda36 (patch) | |
tree | 8a436f32e2ac10959a91381e73d418e309d56af6 /chinese/tocps | |
parent | 65b6e334a0a36aee25e24cad29e7893236ff180b (diff) | |
download | freebsd-ports-gnome-b165f6ee1b1b95710469e56c8acd14a8a99fda36.tar.gz freebsd-ports-gnome-b165f6ee1b1b95710469e56c8acd14a8a99fda36.tar.zst freebsd-ports-gnome-b165f6ee1b1b95710469e56c8acd14a8a99fda36.zip |
Fix DISTNAME
Notified by: kris
Diffstat (limited to 'chinese/tocps')
-rw-r--r-- | chinese/tocps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/tocps/Makefile b/chinese/tocps/Makefile index 8b8347afedbf..cf264859ac95 100644 --- a/chinese/tocps/Makefile +++ b/chinese/tocps/Makefile @@ -9,7 +9,7 @@ PORTNAME= tocps PORTVERSION= 1.0 CATEGORIES= chinese MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/ -DISTNAME= zh-${PKGNAME} +DISTNAME= ${PKGNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Translates PostScript files with Chinese characters |