summaryrefslogtreecommitdiff
path: root/www/wn/Makefile
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 /www/wn/Makefile
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)
Notes
Notes: svn path=/head/; revision=3716
Diffstat (limited to 'www/wn/Makefile')
-rw-r--r--www/wn/Makefile8
1 files changed, 5 insertions, 3 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; \