diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | a049dd78cc281272f3788b3d4689a744f774e543 (patch) | |
tree | 66d70fb91dc5864b35d61d893e0a68c0b62d3eb9 /korean | |
parent | Update to use PERL_MODBUILD and reorder *_DEPENDS so that devel/p5-Module-Build (diff) |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Notes
Notes:
svn path=/head/; revision=100139
Diffstat (limited to 'korean')
-rw-r--r-- | korean/a2ps/Makefile | 1 | ||||
-rw-r--r-- | korean/a2ps/pkg-plist | 1 | ||||
-rw-r--r-- | korean/h2ps/Makefile | 2 | ||||
-rw-r--r-- | korean/h2ps/pkg-plist | 1 | ||||
-rw-r--r-- | korean/hcode/Makefile | 2 | ||||
-rw-r--r-- | korean/hcode/pkg-plist | 1 |
6 files changed, 5 insertions, 3 deletions
diff --git a/korean/a2ps/Makefile b/korean/a2ps/Makefile index 20c747bd8eea..1021f9657f4c 100644 --- a/korean/a2ps/Makefile +++ b/korean/a2ps/Makefile @@ -16,6 +16,7 @@ EXTRACT_ONLY= MAINTAINER= cjh@FreeBSD.org COMMENT= Simple a2ps wrapper for Korean text printing +PLIST_FILES= bin/a2ps-h # depends on a2ps-a4. a2ps has several variation, so if I should # choose one, a2ps-a4 is good because A4-sized paper is default in Korea. RUN_DEPENDS= a2ps:${PORTSDIR}/print/a2ps-a4 diff --git a/korean/a2ps/pkg-plist b/korean/a2ps/pkg-plist deleted file mode 100644 index 21f0c22c2fce..000000000000 --- a/korean/a2ps/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/a2ps-h diff --git a/korean/h2ps/Makefile b/korean/h2ps/Makefile index 246c5b5ba34f..5825331bca56 100644 --- a/korean/h2ps/Makefile +++ b/korean/h2ps/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ MAINTAINER= cjh@FreeBSD.org COMMENT= Formats an ascii file for printing on a postscript printer with Korean char +PLIST_FILES= bin/h2ps + pre-build: @(cd ${WRKSRC}; make clean) diff --git a/korean/h2ps/pkg-plist b/korean/h2ps/pkg-plist deleted file mode 100644 index 435e0327ccf1..000000000000 --- a/korean/h2ps/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/h2ps diff --git a/korean/hcode/Makefile b/korean/hcode/Makefile index 062a34f20d9b..a05b2856533d 100644 --- a/korean/hcode/Makefile +++ b/korean/hcode/Makefile @@ -17,6 +17,8 @@ DISTNAME= hcode2.1-mailpatch3 MAINTAINER= cjh@FreeBSD.org COMMENT= Hangul code conversion utility +PLIST_FILES= bin/hcode + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hcode ${PREFIX}/bin diff --git a/korean/hcode/pkg-plist b/korean/hcode/pkg-plist deleted file mode 100644 index 53986f470b20..000000000000 --- a/korean/hcode/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/hcode |