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 | ccdf6dbe011a337bc2277f0b33cc72c6787b9cab (patch) | |
tree | f7e802c0314c49379610ac993cc177a5454ff0cb /net/ucspi-tcp | |
parent | e24e01fa392c5d733b523d86cf6962a14e7f7e4a (diff) | |
download | pkgsrc-ccdf6dbe011a337bc2277f0b33cc72c6787b9cab.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 'net/ucspi-tcp')
-rw-r--r-- | net/ucspi-tcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ucspi-tcp/Makefile b/net/ucspi-tcp/Makefile index adc55bc7ac1..111b35d7cb9 100644 --- a/net/ucspi-tcp/Makefile +++ b/net/ucspi-tcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/08/24 04:36:14 schmonz Exp $ +# $NetBSD: Makefile,v 1.30 2006/07/27 18:48:03 jlam Exp $ DISTNAME= ucspi-tcp-0.88 PKGREVISION= 1 @@ -11,7 +11,7 @@ HOMEPAGE= http://cr.yp.to/ucspi-tcp.html COMMENT= Command-line tools for building TCP client-server applications MANPAGES= ${DISTNAME}-man-20020317.tar.gz -SITES_${MANPAGES}= http://smarden.org/pape/djb/manpages/ +SITES.${MANPAGES}= http://smarden.org/pape/djb/manpages/ DJB_RESTRICTED= YES |