2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message: Instead of including bsd.pkg.install.mk directly in a package Makefile, have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. |
2002-09-24 14:30:55 by Thomas Klausner | Files touched by this commit (155) |
Log message: Complete standardization of messages according to latest pkglint. |
2002-09-18 23:16:26 by Matthias Scheler | Files touched by this commit (1) |
Log message: Add necessary "bsd.pkg.install.mk" glue code to create the \ "news" group required by this package. Bump package revision once more. |
2002-09-18 16:13:55 by Matthias Scheler | Files touched by this commit (1) |
Log message: Use group "news" again because it is used for reading read protected server authentification files. Bump package revision once more. |
2002-09-18 09:05:29 by Matthias Scheler | Files touched by this commit (1) |
Log message: Fix typo in last commit. |
2002-09-18 09:05:05 by Matthias Scheler | Files touched by this commit (1) |
Log message: Don't install the "inews" binary as setgid "news" because it is completely unnecessary. Bump package revision to 1. |
2002-09-18 08:28:06 by Matthias Scheler | Files touched by this commit (2) |
Log message: Fix compiler warning. |
2002-08-01 04:37:45 by Jan Schaumann | Files touched by this commit (17) |
Log message: Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot org after consulting with Todd. Any volunteers for any of these packages? |
2002-06-26 12:30:12 by Stoned Elipot | Files touched by this commit (59) |
Log message: Substitute a couple of `mkdir' by `${MKDIR}'. Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too! |