aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1996-01-18 05:22:00 +0800
committeradam <adam@FreeBSD.org>1996-01-18 05:22:00 +0800
commit8dd867e73e8fcedd18decf2715bab2826f526465 (patch)
treeb366a8f3afebfc40f727f895a8d0cf71f597f27a /www
parente8f12a784669a51d2116fd0463c79da4e56c7639 (diff)
downloadfreebsd-ports-gnome-8dd867e73e8fcedd18decf2715bab2826f526465.tar.gz
freebsd-ports-gnome-8dd867e73e8fcedd18decf2715bab2826f526465.tar.zst
freebsd-ports-gnome-8dd867e73e8fcedd18decf2715bab2826f526465.zip
sbin/wndex was moved to bin, so use it from the new location
Diffstat (limited to 'www')
-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>