diff options
author | ache <ache@FreeBSD.org> | 1998-03-08 20:19:36 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-03-08 20:19:36 +0800 |
commit | 6f0c72709f4912786daab5d547859ec2953ba83e (patch) | |
tree | 8700e34cea670f589bca976aef4660b140f99303 /www/lynx-current/Makefile | |
parent | 639ba001e3b91536e422c619f886415b9299e669 (diff) | |
download | freebsd-ports-gnome-6f0c72709f4912786daab5d547859ec2953ba83e.tar.gz freebsd-ports-gnome-6f0c72709f4912786daab5d547859ec2953ba83e.tar.zst freebsd-ports-gnome-6f0c72709f4912786daab5d547859ec2953ba83e.zip |
Upgrade to 2.8pre.5
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 5f0ad87a1a1f..125a70b7699e 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.8pre.2 +# Version required: 2.8pre.5 # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.81 1998/02/16 03:41:41 ache Exp $ +# $Id: Makefile,v 1.82 1998/03/02 13:52:04 ache Exp $ # -DISTNAME= lynx2.8pre.2 -PKGNAME= lynx-2.8pre.2 +DISTNAME= lynx2.8pre.5 +PKGNAME= lynx-2.8pre.5 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ @@ -21,4 +21,7 @@ MAKEFILE= makefile INSTALL_TARGET= install install-help MAN1= lynx.1 +post-install: + chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/lynx_help + .include <bsd.port.mk> |