summaryrefslogtreecommitdiff
path: root/www/wn/Makefile
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1995-12-01 11:41:00 +0000
committerAdam David <adam@FreeBSD.org>1995-12-01 11:41:00 +0000
commit833232e5174e4fb52d68391c7cb3774b8d68e739 (patch)
tree0349fd3f830465c9effaec04270f52a3acce21b3 /www/wn/Makefile
parentUpgrade from 19.29 to 19.30. One of the patches, which we got from (diff)
wndex moved from sbin to bin, where it belongs
Notes
Notes: svn path=/head/; revision=2509
Diffstat (limited to 'www/wn/Makefile')
-rw-r--r--www/wn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wn/Makefile b/www/wn/Makefile
index 3a1602a95af7..ad1ac4b7ceaf 100644
--- a/www/wn/Makefile
+++ b/www/wn/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 May 1995
# Whom: adam
#
-# $Id: Makefile,v 1.2 1995/10/20 09:09:57 adam Exp $
+# $Id: Makefile,v 1.3 1995/11/27 04:10:35 asami Exp $
#
DISTNAME= wn-1.11
@@ -22,7 +22,7 @@ post-install:
@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}/sbin
+ @install -c -o bin -g bin ${WRKSRC}/bin/wndex ${PREFIX}/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; \