2014-06-19 13:22:34 by Filip Hajny | Files touched by this commit (1) |
Log message: Fix INSTALLATION_DIRS with regard to SMF support files. |
2013-06-11 14:47:32 by Filip Hajny | Files touched by this commit (1) |
Log message: Disable static linking on SunOS |
2012-10-07 16:51:34 by Aleksej Saushev | Files touched by this commit (1) |
Log message: Support staged installation. |
2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261) |
Log message: Remove obsolete @dirrm lines. |
2008-05-26 15:59:43 by Tobias Nygren | Files touched by this commit (77) |
Log message: Fix fallout from pax(1) tool changes in pkgsrc. |
2006-04-29 00:46:23 by Amitai Schlair | Files touched by this commit (2) |
Log message: Minor tweaks: * Update DESCR and COMMENT with text from home page. * Shorten HOMEPAGE definition and use it for MASTER_SITES. * Replace post-patch and do-build with djbware.mk equivalents. |
2006-04-21 09:31:47 by Aleksey Cheusov | Files touched by this commit (22) |
Log message: man ---> ${PKGMANDIR} |
2006-04-20 15:36:35 by Aleksey Cheusov | Files touched by this commit (67) |
Log message: man is replaced with ${PKGMANDIR} |
2006-01-07 10:04:04 by Neil Booth | Files touched by this commit (3) |
Log message: Cleanup |
2005-11-28 01:27:22 by Roland Illig | Files touched by this commit (79) |
Log message: Ran pkglint --autofix over the complete pkgsrc-wip. This changed all instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form, VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary. Manually reviewed the changes. |