diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-27 18:48:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-27 18:48:02 +0000 |
commit | 7187bd032b66f2caf1cabd991a9a1bfb9fb020f8 (patch) | |
tree | f7e802c0314c49379610ac993cc177a5454ff0cb /sysutils/daemontools | |
parent | a6f0e95479460a02148b7d909052b9c127bbe29f (diff) | |
download | pkgsrc-7187bd032b66f2caf1cabd991a9a1bfb9fb020f8.tar.gz |
Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
to fetch the file. This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
Diffstat (limited to 'sysutils/daemontools')
-rw-r--r-- | sysutils/daemontools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index 0107526e277..4426c870931 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/01/14 07:00:30 schmonz Exp $ +# $NetBSD: Makefile,v 1.28 2006/07/27 18:48:03 jlam Exp $ DISTNAME= daemontools-0.76 PKGREVISION= 1 @@ -11,7 +11,7 @@ HOMEPAGE= http://cr.yp.to/daemontools.html COMMENT= Service monitoring and logging utilities by djb MANPAGES= ${DISTNAME}-man-20020131.tar.gz -SITES_${MANPAGES}= http://smarden.org/pape/djb/manpages/ +SITES.${MANPAGES}= http://smarden.org/pape/djb/manpages/ DJB_RESTRICTED= YES |