| 2008-03-03 06:51:08 by Johnny C. Lam | Files touched by this commit (24) |
Log message: Mechanical changes to add full DESTDIR support to packages that install their files via a custom do-install target. |
| 2007-01-18 12:51:33 by Roland Illig | Files touched by this commit (1) |
Log message: Made the Makefile a little simpler. |
| 2006-06-09 17:26:46 by Min Sik Kim | Files touched by this commit (1) |
Log message: USE_TOOLS+=lex |
| 2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message: Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to \ "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
| 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/2 … /0034.html
|
| 2005-11-17 18:12:05 by Min Sik Kim | Files touched by this commit (1) |
Log message: Correct a distfile path. Noted by salo@. |
| 2005-10-31 12:25:14 by Antoine Reilles | Files touched by this commit (2) | |
Log message:
Add DIST_SUBDIR=${PKGNAME_NOREV} to change distfile path, as checksum was
updated.
Thanks Min Sik Kim for pointing the problem
|
| 2005-10-17 22:59:27 by Antoine Reilles | Files touched by this commit (2) | |
Log message:
Distfiles comes with a strange encoding.
Updated checksum, it is just an encoding problem
Add ${TR} magic to fix encoding
This fixes PR 31639
|