2009-06-14 23:38:08 by Joerg Sonnenberger | Files touched by this commit (7) |
Log message: Convert @exec/@unexec to @pkgdir or drop it. |
2009-06-14 20:18:01 by Joerg Sonnenberger | Files touched by this commit (48) |
Log message: Remove @dirrm entries from PLISTs |
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message: Add DESTDIR support. |
2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412) |
Log message: Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. |
2006-10-05 00:01:53 by Thomas Klausner | Files touched by this commit (11) |
Log message: Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. |
2006-06-02 15:55:11 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Fix INSTALLATION_DIRS and move readme into share/doc/pcal. Bump revision. |
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html |
2005-07-08 20:22:50 by Krister Walfridsson | Files touched by this commit (1) |
Log message: Make this compile on non-NetBSD systems by setting HOST_CC=CC instead of relying on bsd.sys.mk. |
2005-06-17 05:50:45 by Johnny C. Lam | Files touched by this commit (387) |
Log message: Create directories before installing files into them. |
2005-04-29 01:32:44 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Use :sh instead of != to define WWWSERVER to defer evaluation until it's used in the make targets. |