diff options
author | jlam <jlam> | 2007-10-25 17:49:45 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-10-25 17:49:45 +0000 |
commit | c6ea6dc7c35bd43f4f4cfb528f43e198e8acba35 (patch) | |
tree | de8ca6719f85edb0d1f7884b0b04298bbe8a840b /lang | |
parent | 5e1040eb4b3d5bdf7e0d465818a3ff084620adb3 (diff) | |
download | pkgsrc-c6ea6dc7c35bd43f4f4cfb528f43e198e8acba35.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 'lang')
-rw-r--r-- | lang/gcc3/PLIST | 2 | ||||
-rw-r--r-- | lang/ruby18/PLIST | 2 | ||||
-rw-r--r-- | lang/swi-prolog/PLIST | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/lang/gcc3/PLIST b/lang/gcc3/PLIST new file mode 100644 index 00000000000..afc312323fe --- /dev/null +++ b/lang/gcc3/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.13 2007/10/25 17:49:50 jlam Exp $ +@comment this plist intentionally left empty diff --git a/lang/ruby18/PLIST b/lang/ruby18/PLIST new file mode 100644 index 00000000000..ced41b7946b --- /dev/null +++ b/lang/ruby18/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.8 2007/10/25 17:49:50 jlam Exp $ +@comment this plist intentionally left empty diff --git a/lang/swi-prolog/PLIST b/lang/swi-prolog/PLIST new file mode 100644 index 00000000000..0833e6a62f7 --- /dev/null +++ b/lang/swi-prolog/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.9 2007/10/25 17:49:50 jlam Exp $ +@comment this plist intentionally left empty |