summaryrefslogtreecommitdiff
path: root/print/texmf-dirs
AgeCommit message (Collapse)AuthorFilesLines
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam2-5/+4
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.
2006-12-05Update texmf-dirs to 1.4. This version adds the following directoriesminskim2-3/+7
to the local texmf tree: doc/generic, tex/context, tex/generic, and tex/plain.
2006-08-10Remove references to teTeX2.minskim1-4/+2
2006-06-24Add doc/bibtex to dirs.mk. From minskim@. Update to 1.3.hira2-4/+4
2006-05-13Remove references to teTeX1.minskim1-7/+3
2006-04-12Fix PRINT_PLIST_AWK patterns to use "${PKG_LOCALTEXMFPREFIX}" instead ofminskim1-3/+3
its value. Noted by reed@.
2006-04-12Fix PRINT_PLIST_AWK patterns to honor PKG_LOCALTEXMFPREFIX.minskim1-3/+2
2006-04-09Update texmf-dirs to 1.2 to add fonts/cmap, which will be used byminskim2-3/+4
tex-memhangul-ucs (not imported yet).
2006-04-07Replace hardcoded texmf-local with PKG_LOCATEXMFPREFIX, which is now setminskim1-2/+2
correctly in teTeX{,3}-bin/buildlink3.mk. Pointed out by tonio@.
2006-04-07Set PKG_LOCALTEXMFPREFIX to ${PREFIX}/share/texmf-local in buildlink3.mk;minskim1-7/+1
all TeX packages were converted.
2006-04-07Update texmf-dirs to 1.1.minskim2-3/+5
- Add two directories used by fonts/ec-fonts-mftraced.
2006-04-06Fix the web2c path. Skip PKGREVISION bump because this was imported a fewminskim1-2/+2
minutes ago.
2006-04-06Import texmf-dirs, which installs a TeX directory structure inminskim4-0/+95
texmf-local to be shared by pkgsrc TeX packages.