summaryrefslogtreecommitdiff
path: root/security/sfs/Makefile
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2002-07-12 05:31:41 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2002-07-12 05:31:41 +0000
commitf36fcd52f273a1b1112ed822369105c8042e515b (patch)
tree9716d2828f37f825a166c984d81c78e9481c830d /security/sfs/Makefile
parent- Use apxs to determine the location for httpd.conf. (diff)
- Update documentation.
- Sanitize install script. - Bump PORTREVISION. Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=62845
Diffstat (limited to 'security/sfs/Makefile')
-rw-r--r--security/sfs/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile
index 6912dd4a81a5..79bc65b8ed78 100644
--- a/security/sfs/Makefile
+++ b/security/sfs/Makefile
@@ -1,5 +1,5 @@
# Ports collection makefile for: sfs
-# Date created: Thu Jul 4 2002
+# Date created: 2002-07-11
# Whom: Michael Handler <handler@grendel.net>
# Matthew Dodd <winter@jurai.net>
#
@@ -8,7 +8,7 @@
PORTNAME= sfs
PORTVERSION= 0.6
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://www.fs.net/sfs/new-york.lcs.mit.edu:85xq6pznt4mgfvj4mb23x6b8adak55ue/pub/sfswww/dist/
@@ -65,8 +65,9 @@ post-install:
${MKDIR} ${PREFIX}/etc/sfs
${INSTALL_DATA} ${FILESDIR}/etc-sfsrwsd_config.sample ${PREFIX}/etc/sfs/sfsrwsd_config.sample
${MKDIR} ${PREFIX}/share/doc/sfs
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sfs/
- ${INSTALL_DATA} ${FILESDIR}/share-doc-README.config ${PREFIX}/share/doc/sfs/README.config
+ ${INSTALL_DATA} ${FILESDIR}/share-doc-WELCOME ${PREFIX}/share/doc/sfs/WELCOME
+ ${INSTALL_DATA} ${FILESDIR}/share-doc-README ${PREFIX}/share/doc/sfs/README
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sfs/README.packageblurb
PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} POST-INSTALL
.include <bsd.port.post.mk>