summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1996-08-29 04:17:34 +0000
committerAdam David <adam@FreeBSD.org>1996-08-29 04:17:34 +0000
commit6722aad051579c0169e15ab06b59b6b2a80a1f49 (patch)
tree54b1249d5cf560b5020262c127cf07741e19df93
parentUpgrade to 1.14C (diff)
new version 1.14.6
added 'authwn' passwd authentication module. this can handle ascii or .db formats added 'mkpasswd' script (requires perl5 for .db format)
-rw-r--r--www/wn/Makefile8
-rw-r--r--www/wn/distinfo2
-rw-r--r--www/wn/pkg-plist2
3 files changed, 8 insertions, 4 deletions
diff --git a/www/wn/Makefile b/www/wn/Makefile
index 8f2c2736e47d..2927f7cac6b1 100644
--- a/www/wn/Makefile
+++ b/www/wn/Makefile
@@ -3,10 +3,10 @@
# Date created: 4 May 1995
# Whom: adam
#
-# $Id: Makefile,v 1.12 1996/05/26 18:10:21 adam Exp $
+# $Id: Makefile,v 1.13 1996/08/16 01:27:23 adam Exp $
#
-DISTNAME= wn-1.14.5
+DISTNAME= wn-1.14.6
CATEGORIES+= www
MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/wn/
@@ -18,11 +18,13 @@ pre-patch:
@cp ${WRKSRC}/config.h.dist ${WRKSRC}/config.h
post-install:
- @mkdir -p ${PREFIX}/wn/wnlogs
+ @mkdir -p ${PREFIX}/wn/wnlogs ${PREFIX}/wn/bin
@cp -PR ${WRKSRC}/docs ${PREFIX}/wn
@install -c -o bin -g bin ${WRKSRC}/bin/wn ${PREFIX}/libexec
@install -c -o bin -g bin ${WRKSRC}/bin/swn ${PREFIX}/sbin
@install -c -o bin -g bin ${WRKSRC}/bin/wndex ${PREFIX}/bin
+ @install -c -o bin -g bin ${WRKSRC}/bin/mkpasswd ${PREFIX}/wn/bin
+ @install -c -o bin -g bin ${WRKSRC}/bin/authwn ${PREFIX}/wn/bin
@if [ -s ${PREFIX}/etc/wn_mime.types ]; then \
cmp -s ${PREFIX}/etc/wn_mime.types ${WRKSRC}/lib/mime.types || \
echo Warning: new ${PREFIX}/etc/wn_mime.types not installed; \
diff --git a/www/wn/distinfo b/www/wn/distinfo
index c14e32252aae..3f56551256dd 100644
--- a/www/wn/distinfo
+++ b/www/wn/distinfo
@@ -1 +1 @@
-MD5 (wn-1.14.5.tar.gz) = 138a3319682310da5143031e5837bb49
+MD5 (wn-1.14.6.tar.gz) = 1c46fb0089601d0f71af33e2fc5961cd
diff --git a/www/wn/pkg-plist b/www/wn/pkg-plist
index 30c2c33e695f..a1f956d76c38 100644
--- a/www/wn/pkg-plist
+++ b/www/wn/pkg-plist
@@ -3,6 +3,8 @@ etc/wn_mime.types
libexec/wn
sbin/swn
bin/wndex
+wn/bin/mkpasswd
+wn/bin/authwn
wn/docs
wn/index
wn/wnlogs