summaryrefslogtreecommitdiff
path: root/misc/gnome1-dirs/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam1-2/+0
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
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam1-0/+2
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.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2003-02-05Use bsd.pkg.install.mk to register directories instead of a dynamic PLIST.jmmv1-0/+1
This fixes the gnome*-dirs breakage in last bulk build in a non-aggressive way (i.e., no need to update pkg_install to fix it). Bump version of gnome*-dirs to 1.1, because binary packages have changed. Patch provided by jlam, thanks!