2003-08-04 13:00:32 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message: Convert to the bsd.pkg.install.mk framework: - Honour PKG_SYSCONFDIR. - Use CONF_FILES to install the default configuration file. - Use RCD_SCRIPTS to handle the startup script. Bump PKGREVISION to 1. |
2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message: s/netbsd.org/NetBSD.org/ |
2003-05-12 07:23:29 by James Chacon | Files touched by this commit (1) |
Log message: Redo pax line so it works (-s option needs to come before the -rw ones apparently) |
2003-04-16 20:20:30 by James Chacon | Files touched by this commit (1) |
Log message: Option arguments need to be moved if you move the options around on the command line also (for the pax line). |
2003-04-10 03:28:32 by grant beattie | Files touched by this commit (85) |
Log message: make ${PAX} usage consistent: - group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup |
2003-03-29 13:43:15 by Julio Merino | Files touched by this commit (795) |
Log message: Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. |
2003-03-28 22:14:42 by Thomas Klausner | Files touched by this commit (93) |
Log message: NO_PATCH is deprecated, says pkglint. Remove it. |
2002-12-31 16:44:31 by Johnny C. Lam | Files touched by this commit (14) |
Log message: Mechanical conversion to use java-vm.mk. |
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-07-30 00:23:30 by Johnny C. Lam | Files touched by this commit (14) |
Log message: Set USE_JAVA=run on some packages that obviously don't need a JDK for the build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed. |