summaryrefslogtreecommitdiff
path: root/www/wwwcount/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-11-01use < /dev/null instead of yes "" |hans1-3/+3
2010-06-27DESTDIR support. Don't install sample.dat as file writeable to nobdy.joerg1-1/+8
Bump revision.
2009-12-17Fix the do-install to include DESTDIR references - not sufficient in itself ↵abs1-25/+25
so PKG_DESTDIR_SUPPORT not turned on
2009-01-12MAKE_JOBS_SAFE=notaca1-1/+3
2008-09-25Bump PKGREVISION for infrastructure fix affecting /dev/null as CONF_FILESwiz1-2/+2
source.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-5/+5
Patch provided by Sergey Svishchev in private mail.
2006-07-19* Use the pkginstall framework for INSTALL/DEINSTALL scripts.jlam1-8/+12
* Honor PKG_SYSCONFDIR, VARBASE, and PKGMANDIR. Bump the PKGREVISION to 1.
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-1/+4
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-10-01Use VARBASE instead of hardcoding /var. This addresses part ofminskim1-2/+2
PR pkg/29896.
2005-04-05Use INSTALLATION_DIRS to pre-create all the needed directories.reed1-5/+3
(I saw that my pkg/share/examples was not a directory but a Count configuration file.)
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2003-09-24Use ln -s to install a symlink, instead of install -s. Fixes problems onjmmv1-2/+2
SunOS. From Jonathan Perkin in PR pkg/22928.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2001-05-03It would appear that changes are made to the distfile on the MASTER_SITEagc1-2/+2
without updating the version number. Point MASTER_SITE at MASTER_SITE_BACKUP, as the backup sites contain the distfile that was originally checksummed, and update distinfo to have an SHA1 digest and distfile size.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-06-25Homepage updated. Distfile changed with the home page, but the changes arewiz1-3/+3
only minor documentation updates.
1999-05-14Adapt this package to NetBSD. Patches supplied by Greg A. Woods intron1-27/+37
PR pkg/7561.
1999-05-14Initial import of FreeBSD's "wwwcount" package:tron1-0/+38
Access counter, clock and date for WWW pages