diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/acroread5-chsfont/Makefile | 1 | ||||
-rw-r--r-- | chinese/acroread5-chsfont/pkg-plist | 1 | ||||
-rw-r--r-- | chinese/aterm/Makefile | 1 | ||||
-rw-r--r-- | chinese/aterm/pkg-plist | 1 | ||||
-rw-r--r-- | chinese/hztty/Makefile | 1 | ||||
-rw-r--r-- | chinese/hztty/pkg-plist | 1 |
6 files changed, 3 insertions, 3 deletions
diff --git a/chinese/acroread5-chsfont/Makefile b/chinese/acroread5-chsfont/Makefile index 10e886682d72..3e205ba4d4aa 100644 --- a/chinese/acroread5-chsfont/Makefile +++ b/chinese/acroread5-chsfont/Makefile @@ -11,5 +11,6 @@ CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../print/acroread5-commfont COMMENT= Asian Font Packs for Acrobat Reader 5.0 (for Chinese Simplified) +PLIST_FILES= Acrobat5/Resource/Font/STSongStd-Light-Acro.otf .include "${MASTERDIR}/Makefile" diff --git a/chinese/acroread5-chsfont/pkg-plist b/chinese/acroread5-chsfont/pkg-plist deleted file mode 100644 index cf68c2c86b01..000000000000 --- a/chinese/acroread5-chsfont/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -Acrobat5/Resource/Font/STSongStd-Light-Acro.otf diff --git a/chinese/aterm/Makefile b/chinese/aterm/Makefile index a7798e6b762c..e8dd5adb73aa 100644 --- a/chinese/aterm/Makefile +++ b/chinese/aterm/Makefile @@ -22,5 +22,6 @@ post-install: @${CHMOD} 4711 ${PREFIX}/bin/aterm MAN1= aterm.1 +PLIST_FILES= bin/aterm .include <bsd.port.mk> diff --git a/chinese/aterm/pkg-plist b/chinese/aterm/pkg-plist deleted file mode 100644 index 6a4f1420cad3..000000000000 --- a/chinese/aterm/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/aterm diff --git a/chinese/hztty/Makefile b/chinese/hztty/Makefile index 7ef658c1de4f..85a5d90938bf 100644 --- a/chinese/hztty/Makefile +++ b/chinese/hztty/Makefile @@ -18,6 +18,7 @@ COMMENT= A translator between GuoBiao / Big5 and HZ ALL_TARGET= bsd MAN1= hztty.1 +PLIST_FILES= bin/hztty do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hztty ${PREFIX}/bin diff --git a/chinese/hztty/pkg-plist b/chinese/hztty/pkg-plist deleted file mode 100644 index f9240b9e3f4e..000000000000 --- a/chinese/hztty/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/hztty |