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 | 38c496d6c0f80dd3c6c3c2b59bf1eec539fc241d (patch) | |
tree | de8ca6719f85edb0d1f7884b0b04298bbe8a840b /x11 | |
parent | 56ba4d26906035375d68907b5ecea5c345617179 (diff) | |
download | pkgsrc-38c496d6c0f80dd3c6c3c2b59bf1eec539fc241d.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 'x11')
-rw-r--r-- | x11/qt2/PLIST | 2 | ||||
-rw-r--r-- | x11/qt3/PLIST | 2 | ||||
-rw-r--r-- | x11/qt4/PLIST | 2 | ||||
-rw-r--r-- | x11/xview/PLIST | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/x11/qt2/PLIST b/x11/qt2/PLIST new file mode 100644 index 00000000000..6b40df15634 --- /dev/null +++ b/x11/qt2/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.3 2007/10/25 17:50:01 jlam Exp $ +@comment this plist intentionally left empty diff --git a/x11/qt3/PLIST b/x11/qt3/PLIST new file mode 100644 index 00000000000..6b40df15634 --- /dev/null +++ b/x11/qt3/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.3 2007/10/25 17:50:01 jlam Exp $ +@comment this plist intentionally left empty diff --git a/x11/qt4/PLIST b/x11/qt4/PLIST new file mode 100644 index 00000000000..6b40df15634 --- /dev/null +++ b/x11/qt4/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.3 2007/10/25 17:50:01 jlam Exp $ +@comment this plist intentionally left empty diff --git a/x11/xview/PLIST b/x11/xview/PLIST new file mode 100644 index 00000000000..6b40df15634 --- /dev/null +++ b/x11/xview/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.3 2007/10/25 17:50:01 jlam Exp $ +@comment this plist intentionally left empty |