summaryrefslogtreecommitdiff
path: root/inputmethod/ja-freewnn-server
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-10-25 22:00:39 +0000
committerjlam <jlam@pkgsrc.org>2007-10-25 22:00:39 +0000
commit0125e6effec094242a6dde7aec9bc003c9d1ea1c (patch)
treec90ec620445350ca4c742747e452c31b2a96cf95 /inputmethod/ja-freewnn-server
parentf1b15dda3dc16a357dc6d6dde16fdf42e01d14e6 (diff)
downloadpkgsrc-0125e6effec094242a6dde7aec9bc003c9d1ea1c.tar.gz
* If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
Diffstat (limited to 'inputmethod/ja-freewnn-server')
-rw-r--r--inputmethod/ja-freewnn-server/Makefile3
-rw-r--r--inputmethod/ja-freewnn-server/PLIST2
2 files changed, 2 insertions, 3 deletions
diff --git a/inputmethod/ja-freewnn-server/Makefile b/inputmethod/ja-freewnn-server/Makefile
index 264d1e9444d..b73c8a18f24 100644
--- a/inputmethod/ja-freewnn-server/Makefile
+++ b/inputmethod/ja-freewnn-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/07/19 10:17:17 grant Exp $
+# $NetBSD: Makefile,v 1.6 2007/10/25 22:00:46 jlam Exp $
DISTNAME= ja-FreeWnn-server-1.10
PKGREVISION= 2
@@ -15,6 +15,7 @@ DEPENDS+= ja-FreeWnn-dict>=1.10nb1:../../inputmethod/ja-freewnn-dict
EXTRACT_ONLY= # empty
NO_BUILD= YES
NO_CHECKSUM= YES
+PLIST_SRC= # empty (meta-package)
do-install: # empty
diff --git a/inputmethod/ja-freewnn-server/PLIST b/inputmethod/ja-freewnn-server/PLIST
deleted file mode 100644
index a11971a8a98..00000000000
--- a/inputmethod/ja-freewnn-server/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2007/10/25 17:49:49 jlam Exp $
-@comment this plist intentionally left empty