summaryrefslogtreecommitdiff
path: root/www/wn
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1996-01-17 21:22:00 +0000
committerAdam David <adam@FreeBSD.org>1996-01-17 21:22:00 +0000
commitdc15e8883b9615c15fc6c0401c1f84d296908ada (patch)
tree5f4d9c1cc72ac91cbc8774fc6587e5262574a176 /www/wn
parentAdded cached. (diff)
sbin/wndex was moved to bin, so use it from the new location
Notes
Notes: svn path=/head/; revision=2641
Diffstat (limited to 'www/wn')
-rw-r--r--www/wn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wn/Makefile b/www/wn/Makefile
index 1b97a4afeeb0..df76b376d1a6 100644
--- a/www/wn/Makefile
+++ b/www/wn/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 May 1995
# Whom: adam
#
-# $Id: Makefile,v 1.6 1995/12/08 22:07:46 asami Exp $
+# $Id: Makefile,v 1.7 1996/01/14 23:00:24 adam Exp $
#
DISTNAME= wn-1.12.3
@@ -36,6 +36,6 @@ post-install:
else \
install -c -o bin -g bin -m 644 ${WRKDIR}/index ${PREFIX}/wn; \
fi
- @cd ${PREFIX}/wn; ../sbin/wndex -r
+ @cd ${PREFIX}/wn; ../bin/wndex -r
.include <bsd.port.mk>