aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2003-03-07 02:35:59 +0000
committerAde Lovett <ade@FreeBSD.org>2003-03-07 02:35:59 +0000
commitd4d639aac7231bd53788eca9bf49431322a8a8be (patch)
tree4ded0569b7b55f3baa47e8050ec71799e53ef337
parent8b86b372c90009ccf4553d7b231bdcfa187fa6c6 (diff)
downloadports-d4d639aac7231bd53788eca9bf49431322a8a8be.tar.gz
ports-d4d639aac7231bd53788eca9bf49431322a8a8be.zip
Remove pkg-comment from the remaining special cases.
Approved by: portmgr (implicitly)
Notes
Notes: svn path=/head/; revision=77043
-rw-r--r--databases/py-PyGreSQL/Makefile1
-rw-r--r--databases/py-PyGreSQL/pkg-comment1
-rw-r--r--editors/xemacs21-mule-common/pkg-comment1
-rw-r--r--games/hlserver-action/Makefile2
-rw-r--r--games/hlserver-action/pkg-comment1
-rw-r--r--games/hlserver-admin/Makefile2
-rw-r--r--games/hlserver-admin/pkg-comment1
-rw-r--r--games/hlserver-cs/Makefile1
-rw-r--r--games/hlserver-cs/pkg-comment1
-rw-r--r--games/hlserver-dod/Makefile2
-rw-r--r--games/hlserver-dod/pkg-comment1
-rw-r--r--games/hlserver-fa/Makefile2
-rw-r--r--games/hlserver-fa/pkg-comment1
-rw-r--r--games/hlserver-flf/Makefile2
-rw-r--r--games/hlserver-flf/pkg-comment1
-rw-r--r--games/q3server-excessive/Makefile2
-rw-r--r--games/q3server-excessive/pkg-comment1
-rw-r--r--games/q3server-freezetag/Makefile2
-rw-r--r--games/q3server-freezetag/pkg-comment1
-rw-r--r--games/q3server-osp/Makefile2
-rw-r--r--games/q3server-osp/pkg-comment1
-rw-r--r--games/q3server-ra3/Makefile1
-rw-r--r--games/q3server-ra3/pkg-comment1
-rw-r--r--games/q3server-ut/Makefile2
-rw-r--r--games/q3server-ut/pkg-comment1
-rw-r--r--games/q3server-wfa/Makefile2
-rw-r--r--games/q3server-wfa/pkg-comment1
-rw-r--r--games/quake3-excessive/Makefile2
-rw-r--r--games/quake3-excessive/pkg-comment1
-rw-r--r--games/quake3-freezetag/Makefile2
-rw-r--r--games/quake3-freezetag/pkg-comment1
-rw-r--r--games/quake3-osp/Makefile2
-rw-r--r--games/quake3-osp/pkg-comment1
-rw-r--r--games/quake3-ra3/Makefile1
-rw-r--r--games/quake3-ra3/pkg-comment1
-rw-r--r--games/quake3-ut/Makefile2
-rw-r--r--games/quake3-ut/pkg-comment1
-rw-r--r--games/quake3-wfa/Makefile2
-rw-r--r--games/quake3-wfa/pkg-comment1
-rw-r--r--japanese/xemacs21-freewnn/Makefile2
-rw-r--r--japanese/xemacs21-freewnn/pkg-comment1
-rw-r--r--korean/hlatex-mffonts-wansung/Makefile1
-rw-r--r--korean/hlatex-psfonts-wansung/Makefile1
-rw-r--r--korean/hlatex-psfonts-wansung/pkg-comment1
44 files changed, 37 insertions, 23 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile
index 54a5cff397af..c442cc236e2c 100644
--- a/databases/py-PyGreSQL/Makefile
+++ b/databases/py-PyGreSQL/Makefile
@@ -11,6 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
POSTGRESQL_SUBPORT= YES
.include <${.CURDIR}/../postgresql7/Makefile>
+COMMENT= A Python interface to PostgreSQL, including a DP-API 2.0 wrapper
BUILD_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
diff --git a/databases/py-PyGreSQL/pkg-comment b/databases/py-PyGreSQL/pkg-comment
deleted file mode 100644
index e74d367439fa..000000000000
--- a/databases/py-PyGreSQL/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Python interface to PostgreSQL, including a DP-API 2.0 wrapper
diff --git a/editors/xemacs21-mule-common/pkg-comment b/editors/xemacs21-mule-common/pkg-comment
deleted file mode 100644
index b3f16ecea4ce..000000000000
--- a/editors/xemacs21-mule-common/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-XEmacs(version 21) with mule, lisp files, info pages, etc (except executables)
diff --git a/games/hlserver-action/Makefile b/games/hlserver-action/Makefile
index deffbaa2742a..c92568460b29 100644
--- a/games/hlserver-action/Makefile
+++ b/games/hlserver-action/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= ftp://ftp.wanadoo.nl/pub/wanadoo/games/HalfLife/Action-Halflife/ \
ftp://ftp.exp-network.de/hl/mod/ahl/
DISTNAME= action50
+COMMENT= Action Half-Life mod full server package for Linux
+
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
diff --git a/games/hlserver-action/pkg-comment b/games/hlserver-action/pkg-comment
deleted file mode 100644
index b87c5ce22058..000000000000
--- a/games/hlserver-action/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Action Half-Life mod full server package for Linux
diff --git a/games/hlserver-admin/Makefile b/games/hlserver-admin/Makefile
index faebaad000c1..9cad83fa0fcc 100644
--- a/games/hlserver-admin/Makefile
+++ b/games/hlserver-admin/Makefile
@@ -16,6 +16,8 @@ DISTFILES= halflife-admin-2.50.50.tgz \
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ${PORTNAME}
+COMMENT= Popular Half-Life mod server administration tool for Linux
+
WRKSRC= ${WRKDIR}/Adminmod
slaveport-post-extract:
diff --git a/games/hlserver-admin/pkg-comment b/games/hlserver-admin/pkg-comment
deleted file mode 100644
index 1041f61c5135..000000000000
--- a/games/hlserver-admin/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Popular Half-Life mod server administration tool for Linux
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile
index b41bddc8a670..213ae636a05a 100644
--- a/games/hlserver-cs/Makefile
+++ b/games/hlserver-cs/Makefile
@@ -19,6 +19,7 @@ DISTNAME?= ${PORTNAME}_${PORTVERSION:S/.//}_full
.endif
MAINTAINER?= pat@FreeBSD.org
+COMMENT?= Half-Life mod Counter-Strike full server package for Linux
RUN_DEPENDS= ${LINUXBASE}${HLDSDIR}${HL_PROGRAM}:${HALFLIFESERVER_PORT}
diff --git a/games/hlserver-cs/pkg-comment b/games/hlserver-cs/pkg-comment
deleted file mode 100644
index 7519473ec3f1..000000000000
--- a/games/hlserver-cs/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Half-Life mod Counter-Strike full server package for Linux
diff --git a/games/hlserver-dod/Makefile b/games/hlserver-dod/Makefile
index 0051e2c292cd..525eac730b7c 100644
--- a/games/hlserver-dod/Makefile
+++ b/games/hlserver-dod/Makefile
@@ -14,6 +14,8 @@ MASTER_SITES= http://www.redphive.org/files/ \
ftp://ftp.dodfrance.com/dod/dod/3.1/linux/
DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//}_full
+COMMENT= Half-Life mod Day of Defeat full server package for Linux
+
WRKSRC= ${WRKDIR}/${PORTNAME}
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
diff --git a/games/hlserver-dod/pkg-comment b/games/hlserver-dod/pkg-comment
deleted file mode 100644
index 0670063c91d8..000000000000
--- a/games/hlserver-dod/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Half-Life mod Day of Defeat full server package for Linux
diff --git a/games/hlserver-fa/Makefile b/games/hlserver-fa/Makefile
index bcfaa1a6bcdb..67bc333e13b8 100644
--- a/games/hlserver-fa/Makefile
+++ b/games/hlserver-fa/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= ftp://tdsfa.org/fafiles/ \
ftp://64.191.71.76/files/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}_linux_full
+COMMENT= Half-Life mod Firearms full server package for Linux
+
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
diff --git a/games/hlserver-fa/pkg-comment b/games/hlserver-fa/pkg-comment
deleted file mode 100644
index 382dc2bc5482..000000000000
--- a/games/hlserver-fa/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Half-Life mod Firearms full server package for Linux
diff --git a/games/hlserver-flf/Makefile b/games/hlserver-flf/Makefile
index 5f39eaaea788..f6704d176516 100644
--- a/games/hlserver-flf/Makefile
+++ b/games/hlserver-flf/Makefile
@@ -20,6 +20,8 @@ WRKSRC= ${WRKDIR}/frontline
USE_ZIP= yes
EXTRACT_BEFORE_ARGS= -o -qq
+COMMENT= Half-Life mod Frontline Force full server package for Linux
+
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
diff --git a/games/hlserver-flf/pkg-comment b/games/hlserver-flf/pkg-comment
deleted file mode 100644
index af4eb969bb41..000000000000
--- a/games/hlserver-flf/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Half-Life mod Frontline Force full server package for Linux
diff --git a/games/q3server-excessive/Makefile b/games/q3server-excessive/Makefile
index 9fc8f51d4311..9508aaa6cdf8 100644
--- a/games/q3server-excessive/Makefile
+++ b/games/q3server-excessive/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= ftp://ftp.gigabell.net/pub/exp/q3/mod/excessive/ \
ftp://ftp.task.gda.pl/vol/d33/ftp.extreme-players.de/exp/q3/mod/excessive/
DISTNAME= ${PORTNAME}_q3_server_${PORTVERSION}
+COMMENT= Quake III Arena Excessive Mod for Linux
+
Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
.include "${Q3_MOD_MASTER}/Makefile"
diff --git a/games/q3server-excessive/pkg-comment b/games/q3server-excessive/pkg-comment
deleted file mode 100644
index 9a652eee5305..000000000000
--- a/games/q3server-excessive/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Excessive Mod for Linux
diff --git a/games/q3server-freezetag/Makefile b/games/q3server-freezetag/Makefile
index 53b2ef0e25dd..0edc1c1a51f2 100644
--- a/games/q3server-freezetag/Makefile
+++ b/games/q3server-freezetag/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pat
DISTNAME= q3freeze${PORTVERSION:S/.//}
+COMMENT= Quake III Arena Mod: Freeze Tag for Linux
+
WRKSRC= ${WRKDIR}/freeze
Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
diff --git a/games/q3server-freezetag/pkg-comment b/games/q3server-freezetag/pkg-comment
deleted file mode 100644
index 90283d15249d..000000000000
--- a/games/q3server-freezetag/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Freeze Tag for Linux
diff --git a/games/q3server-osp/Makefile b/games/q3server-osp/Makefile
index 0db91f73bdcd..99bb5f5538fb 100644
--- a/games/q3server-osp/Makefile
+++ b/games/q3server-osp/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= http://www.orangesmoothie.org/downloads/ \
http://aoh-www.hhhr.ision.net/files/osp/
DISTNAME= osp-Quake3-${PORTVERSION}_full
+COMMENT= Quake III Arena Mod: OSP Tourney DM/CA/CTF for Linux
+
Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
.include "${Q3_MOD_MASTER}/Makefile"
diff --git a/games/q3server-osp/pkg-comment b/games/q3server-osp/pkg-comment
deleted file mode 100644
index eef5f6d4258e..000000000000
--- a/games/q3server-osp/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: OSP Tourney DM/CA/CTF for Linux
diff --git a/games/q3server-ra3/Makefile b/games/q3server-ra3/Makefile
index 2662d747a54f..d79041d36fda 100644
--- a/games/q3server-ra3/Makefile
+++ b/games/q3server-ra3/Makefile
@@ -19,6 +19,7 @@ DISTFILES?= ${PORTNAME}${PORTVERSION:S/.//}cl_linuxmac.zip \
.endif
MAINTAINER?= pat@FreeBSD.org
+COMMENT?= Quake III Arena Mod: Rocket Arena 3 for Linux
RUN_DEPENDS= ${LINUXBASE}/usr/games/quake3/q3ded:${Q3SERVER_PORT}
diff --git a/games/q3server-ra3/pkg-comment b/games/q3server-ra3/pkg-comment
deleted file mode 100644
index 39c84ab29766..000000000000
--- a/games/q3server-ra3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Rocket Arena 3 for Linux
diff --git a/games/q3server-ut/Makefile b/games/q3server-ut/Makefile
index 31c657f6fece..313198f12f57 100644
--- a/games/q3server-ut/Makefile
+++ b/games/q3server-ut/Makefile
@@ -16,6 +16,8 @@ MASTER_SITES= http://houston.jeffs-place.org/urbanterror/ \
DISTFILES= beta26_full.zip \
beta26a_upgrade.zip
+COMMENT= Quake III Arena Mod: Urban Terror for Linux
+
NO_WRKSUBDIR= yes
EXTRACT_BEFORE_ARGS= -o -qq
diff --git a/games/q3server-ut/pkg-comment b/games/q3server-ut/pkg-comment
deleted file mode 100644
index 0aa47aa0bb70..000000000000
--- a/games/q3server-ut/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Urban Terror for Linux
diff --git a/games/q3server-wfa/Makefile b/games/q3server-wfa/Makefile
index 303fbce411e8..88c11b695a04 100644
--- a/games/q3server-wfa/Makefile
+++ b/games/q3server-wfa/Makefile
@@ -17,6 +17,8 @@ MASTER_SITES= ftp://ftp.ogl.org/pub/q3/wfa/ \
DISTFILES= WFA_Media_v33.zip WFA_MapPack1_v33.zip \
WFA_MapPack2_v33.zip
+COMMENT= Quake III Arena Mod: Weapons Factory Arena for Linux
+
EXTRACT_BEFORE_ARGS= -o -qq
NO_WRKSUBDIR= yes
diff --git a/games/q3server-wfa/pkg-comment b/games/q3server-wfa/pkg-comment
deleted file mode 100644
index 50a23a04abed..000000000000
--- a/games/q3server-wfa/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Weapons Factory Arena for Linux
diff --git a/games/quake3-excessive/Makefile b/games/quake3-excessive/Makefile
index 9fc8f51d4311..9508aaa6cdf8 100644
--- a/games/quake3-excessive/Makefile
+++ b/games/quake3-excessive/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= ftp://ftp.gigabell.net/pub/exp/q3/mod/excessive/ \
ftp://ftp.task.gda.pl/vol/d33/ftp.extreme-players.de/exp/q3/mod/excessive/
DISTNAME= ${PORTNAME}_q3_server_${PORTVERSION}
+COMMENT= Quake III Arena Excessive Mod for Linux
+
Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
.include "${Q3_MOD_MASTER}/Makefile"
diff --git a/games/quake3-excessive/pkg-comment b/games/quake3-excessive/pkg-comment
deleted file mode 100644
index 9a652eee5305..000000000000
--- a/games/quake3-excessive/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Excessive Mod for Linux
diff --git a/games/quake3-freezetag/Makefile b/games/quake3-freezetag/Makefile
index 53b2ef0e25dd..0edc1c1a51f2 100644
--- a/games/quake3-freezetag/Makefile
+++ b/games/quake3-freezetag/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pat
DISTNAME= q3freeze${PORTVERSION:S/.//}
+COMMENT= Quake III Arena Mod: Freeze Tag for Linux
+
WRKSRC= ${WRKDIR}/freeze
Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
diff --git a/games/quake3-freezetag/pkg-comment b/games/quake3-freezetag/pkg-comment
deleted file mode 100644
index 90283d15249d..000000000000
--- a/games/quake3-freezetag/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Freeze Tag for Linux
diff --git a/games/quake3-osp/Makefile b/games/quake3-osp/Makefile
index 0db91f73bdcd..99bb5f5538fb 100644
--- a/games/quake3-osp/Makefile
+++ b/games/quake3-osp/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= http://www.orangesmoothie.org/downloads/ \
http://aoh-www.hhhr.ision.net/files/osp/
DISTNAME= osp-Quake3-${PORTVERSION}_full
+COMMENT= Quake III Arena Mod: OSP Tourney DM/CA/CTF for Linux
+
Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3
.include "${Q3_MOD_MASTER}/Makefile"
diff --git a/games/quake3-osp/pkg-comment b/games/quake3-osp/pkg-comment
deleted file mode 100644
index eef5f6d4258e..000000000000
--- a/games/quake3-osp/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: OSP Tourney DM/CA/CTF for Linux
diff --git a/games/quake3-ra3/Makefile b/games/quake3-ra3/Makefile
index 2662d747a54f..d79041d36fda 100644
--- a/games/quake3-ra3/Makefile
+++ b/games/quake3-ra3/Makefile
@@ -19,6 +19,7 @@ DISTFILES?= ${PORTNAME}${PORTVERSION:S/.//}cl_linuxmac.zip \
.endif
MAINTAINER?= pat@FreeBSD.org
+COMMENT?= Quake III Arena Mod: Rocket Arena 3 for Linux
RUN_DEPENDS= ${LINUXBASE}/usr/games/quake3/q3ded:${Q3SERVER_PORT}
diff --git a/games/quake3-ra3/pkg-comment b/games/quake3-ra3/pkg-comment
deleted file mode 100644
index 39c84ab29766..000000000000
--- a/games/quake3-ra3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Rocket Arena 3 for Linux
diff --git a/games/quake3-ut/Makefile b/games/quake3-ut/Makefile
index 31c657f6fece..313198f12f57 100644
--- a/games/quake3-ut/Makefile
+++ b/games/quake3-ut/Makefile
@@ -16,6 +16,8 @@ MASTER_SITES= http://houston.jeffs-place.org/urbanterror/ \
DISTFILES= beta26_full.zip \
beta26a_upgrade.zip
+COMMENT= Quake III Arena Mod: Urban Terror for Linux
+
NO_WRKSUBDIR= yes
EXTRACT_BEFORE_ARGS= -o -qq
diff --git a/games/quake3-ut/pkg-comment b/games/quake3-ut/pkg-comment
deleted file mode 100644
index 0aa47aa0bb70..000000000000
--- a/games/quake3-ut/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Urban Terror for Linux
diff --git a/games/quake3-wfa/Makefile b/games/quake3-wfa/Makefile
index 303fbce411e8..88c11b695a04 100644
--- a/games/quake3-wfa/Makefile
+++ b/games/quake3-wfa/Makefile
@@ -17,6 +17,8 @@ MASTER_SITES= ftp://ftp.ogl.org/pub/q3/wfa/ \
DISTFILES= WFA_Media_v33.zip WFA_MapPack1_v33.zip \
WFA_MapPack2_v33.zip
+COMMENT= Quake III Arena Mod: Weapons Factory Arena for Linux
+
EXTRACT_BEFORE_ARGS= -o -qq
NO_WRKSUBDIR= yes
diff --git a/games/quake3-wfa/pkg-comment b/games/quake3-wfa/pkg-comment
deleted file mode 100644
index 50a23a04abed..000000000000
--- a/games/quake3-wfa/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quake III Arena Mod: Weapons Factory Arena for Linux
diff --git a/japanese/xemacs21-freewnn/Makefile b/japanese/xemacs21-freewnn/Makefile
index 1356f7612552..e731223ce13c 100644
--- a/japanese/xemacs21-freewnn/Makefile
+++ b/japanese/xemacs21-freewnn/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-COMMENT= ${.CURDIR}/pkg-comment
+COMMENT= XEmacs(version ${XEMACS_MAJOR_VER}) text editor, with SJ3, SKK and FreeWnn support
XEMACS_MAJOR_VER= 21
FREEWNN= yes
diff --git a/japanese/xemacs21-freewnn/pkg-comment b/japanese/xemacs21-freewnn/pkg-comment
deleted file mode 100644
index 0b80869e86d0..000000000000
--- a/japanese/xemacs21-freewnn/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-XEmacs(version 21) text editor, with SJ3, SKK and FreeWnn support
diff --git a/korean/hlatex-mffonts-wansung/Makefile b/korean/hlatex-mffonts-wansung/Makefile
index d12bc9f0b83b..341f59fabfde 100644
--- a/korean/hlatex-mffonts-wansung/Makefile
+++ b/korean/hlatex-mffonts-wansung/Makefile
@@ -14,6 +14,7 @@ DIST_SUBDIR= hlatex
EXTRACT_ONLY=
MAINTAINER= cjh@FreeBSD.org
+COMMENT?= MF font collection of HLaTeX-wansung
RUN_DEPENDS= ${LOCALBASE}/share/texmf/doc/latex/hlatex/wansung.ks:${PORTSDIR}/korean/hlatex-wansung
diff --git a/korean/hlatex-psfonts-wansung/Makefile b/korean/hlatex-psfonts-wansung/Makefile
index 04112d8eaf95..1bd9270d2882 100644
--- a/korean/hlatex-psfonts-wansung/Makefile
+++ b/korean/hlatex-psfonts-wansung/Makefile
@@ -5,6 +5,7 @@
# $FreeBSD$
#
+COMMENT= PS font collection of HLaTeX-wansung
FONT_TYPE= ps
HLATEX_FONTS_BASE= pkmj.tar.bz2 pkgt.tar.bz2 \
diff --git a/korean/hlatex-psfonts-wansung/pkg-comment b/korean/hlatex-psfonts-wansung/pkg-comment
deleted file mode 100644
index f4c764a5800c..000000000000
--- a/korean/hlatex-psfonts-wansung/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-PS font collection of HLaTeX-wansung