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 /games/hugo | |
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 'games/hugo')
-rw-r--r-- | games/hugo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hugo/Makefile b/games/hugo/Makefile index 74d326ee3bf..d0bd1290dbd 100644 --- a/games/hugo/Makefile +++ b/games/hugo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:09:16 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/07/27 18:48:02 jlam Exp $ # DISTNAME= hugov31_unix_source @@ -12,7 +12,7 @@ MAINTAINER= dillo@NetBSD.org HOMEPAGE= http://www.generalcoffee.com/hugo.html COMMENT= Interactive fiction design system and interpreter -SITES_hugolib.zip=${MASTER_SITE_IFARCHIVE:=programming/hugo/library/} +SITES.hugolib.zip=${MASTER_SITE_IFARCHIVE:=programming/hugo/library/} DIST_SUBDIR= ${PKGNAME_NOREV} USE_TOOLS+= gmake |