aboutsummaryrefslogtreecommitdiffstats
path: root/www/lynx-current/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-03-27 14:10:30 +0800
committerache <ache@FreeBSD.org>1998-03-27 14:10:30 +0800
commitc044c9fab01115a793ae57eb96e26596402ea879 (patch)
treea73a7d72f5a11d375a4175fb6fcf9b4dc0dc34e0 /www/lynx-current/Makefile
parentdaff355d6ab091b130a9915c56b89409fcc1249d (diff)
downloadfreebsd-ports-gnome-c044c9fab01115a793ae57eb96e26596402ea879.tar.gz
freebsd-ports-gnome-c044c9fab01115a793ae57eb96e26596402ea879.tar.zst
freebsd-ports-gnome-c044c9fab01115a793ae57eb96e26596402ea879.zip
Upgrade to 2.8.1dev.4
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r--www/lynx-current/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index 7f2bc6beb072..43d4d411d293 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -1,14 +1,14 @@
# New ports collection makefile for: lynx
# http://sol.slcc.edu/lynx/current/
-# Version required: 2.8rel.2
+# Version required: 2.8.1dev.X
# Date created: 15 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.84 1998/03/11 01:54:20 ache Exp $
+# $Id: Makefile,v 1.85 1998/03/21 12:54:43 asami Exp $
#
-DISTNAME= lynx2.8rel.2
-PKGNAME= lynx-2.8rel.2
+DISTNAME= lynx2.8.1dev.4
+PKGNAME= lynx-2.8.1dev.4
CATEGORIES= www
MASTER_SITES= http://sol.slcc.edu/lynx/current/
@@ -24,5 +24,6 @@ MAN1= lynx.1
post-install:
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/lynx_help
+ chown ${SHAREOWN}:${SHAREGRP} ${PREFIX}/etc/lynx.cfg
.include <bsd.port.mk>