diff options
author | wiz <wiz@pkgsrc.org> | 2006-09-06 20:33:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-09-06 20:33:24 +0000 |
commit | cd486a87353f53e82eae86ceeb7655fb7e2e9b61 (patch) | |
tree | 3dd59324126cc1b6cd5c4c166d39ec686e2d2dad /security/sfs | |
parent | 73f6e897b1b0334235dbb3afde779b2751411120 (diff) | |
download | pkgsrc-cd486a87353f53e82eae86ceeb7655fb7e2e9b61.tar.gz |
Fix MASTER_SITES. Use VARBASE. Bump PKGREVISION.
From Shaun Amott in PR 34423.
Diffstat (limited to 'security/sfs')
-rw-r--r-- | security/sfs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index 8da6d55d54f..76ae162e155 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.25 2006/04/23 00:12:42 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/09/06 20:33:24 wiz Exp $ # DISTNAME= sfs-0.7.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= net security -MASTER_SITES= http://www.fs.net/sfs/@new-york.lcs.mit.edu,u83s4uk49nt8rmp4uwmt2exvz6d3cavh/pub/sfswww/dist/ +MASTER_SITES= http://www.fs.net/sfswww/dist/ MAINTAINER= mike@ethmoid.org HOMEPAGE= http://www.fs.net/ @@ -34,7 +34,7 @@ RCD_SCRIPTS= sfscd sfssd .include "../../mk/bsd.prefs.mk" -SFSDIR?= /var/sfs +SFSDIR?= ${VARBASE}/sfs SFS_ROOT= ${SFSDIR} OWN_DIRS_PERMS= ${SFS_ROOT} sfs sfs 555 |