diff options
author | jlam <jlam@pkgsrc.org> | 2007-10-25 17:49:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-10-25 17:49:45 +0000 |
commit | 8d521fff62bae36da52251adec2bbf82a8002190 (patch) | |
tree | de8ca6719f85edb0d1f7884b0b04298bbe8a840b /cad | |
parent | c02f31a89cefa1d12e33b3cb62939ec20293d028 (diff) | |
download | pkgsrc-8d521fff62bae36da52251adec2bbf82a8002190.tar.gz |
Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.
Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/geda/PLIST | 2 | ||||
-rw-r--r-- | cad/wcalc/PLIST | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/cad/geda/PLIST b/cad/geda/PLIST new file mode 100644 index 00000000000..e19411f18b0 --- /dev/null +++ b/cad/geda/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.10 2007/10/25 17:49:46 jlam Exp $ +@comment this plist intentionally left empty diff --git a/cad/wcalc/PLIST b/cad/wcalc/PLIST new file mode 100644 index 00000000000..ef3f791b1c1 --- /dev/null +++ b/cad/wcalc/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.3 2007/10/25 17:49:46 jlam Exp $ +@comment this plist intentionally left empty |