aboutsummaryrefslogtreecommitdiff
path: root/Keywords
Commit message (Collapse)AuthorAgeFilesLines
* Fix fontdir handling to work properly.Niclas Zeising2013-12-201-4/+4
| | | | | | | Fix the name of mkfontdir and use correct paths. Notes: svn path=/head/; revision=337096
* Try to fix font handling for xorg fonts when using staging and pkgng.Niclas Zeising2013-12-193-0/+45
| | | | | | | | | | | This should silence all QAT messages about leftover font files. Bump portrevision for all affected ports. Original idea: bapt Notes: svn path=/head/; revision=336886
* Fix handling of info files with pkgng, when dealing with .info-X files and ↵Baptiste Daroussin2013-11-231-2/+2
| | | | | | | | | | | | | also what INFO_SUBDIR. The .info-X handling was wrong since the beginning of pkgng, the INFO_SUBDIR regression was introduced with stage PR: ports/184178 Reported by: gerald Tested by: gerald Notes: svn path=/head/; revision=334652
* Fix leftovers with INFO_SUBDIRBaptiste Daroussin2013-11-181-0/+3
| | | | Notes: svn path=/head/; revision=334169
* Fix info files with pkgng.Baptiste Daroussin2013-03-141-0/+14
This bring the first Keyword into the ports tree. Keywords are pkgng custom plist keyword definition. info.yaml defines a new @info keyword usable only with pkgng which will: - add the info agument to the file list - set a post-installation execution script - set a post-deinstallation execution script in keyword definition the script uses the same format (%f, %F, %D, ...) as @exec/@unexec does it just add a new one: %@ which correspond the the keyword argument line. Exp-run: miwi Notes: svn path=/head/; revision=314142