diff --git a/www/lynx/Makefile b/www/lynx/Makefile deleted file mode 100644 index 221f44f5435..00000000000 --- a/www/lynx/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# OpenBSD makefile for: lynx -# http://sol.slcc.edu/lynx/current/ -# Version required: 2.8 -# Date created: 17 November 1997 -# Whom: gene -# -# $OpenBSD: Makefile,v 1.10 1998/03/12 07:48:28 marc Exp $ -# - -PKGNAME= lynx-2.8 -CATEGORIES= www -MAINTAINER= ports@OpenBSD.ORG - -NO_WRKDIR= "no working directory" -NO_CHECKSUM= "nothing to checksum" -NO_EXTRACT= "nothing to extract" -NO_PATCH= "nothing to patch" -NO_CONFIGURE= "nothing to configure" - -# Override fetch, nothing to fetch -# -do-fetch: - @${DO_NADA} - -# Override build. Nothing to build but this way the user still sees -# ===> Building for lynx-2.8 instead of nothing which is what we would -# get if NO_BUILD were defined. -# -do-build: - @${DO_NADA} - -# Just create a symbolic link to the standard distribution lynx -# -do-install: - @${LN} -fs /usr/bin/lynx ${PREFIX}/bin/lynx - -.include diff --git a/www/lynx/pkg/COMMENT b/www/lynx/pkg/COMMENT deleted file mode 100644 index 3b2237d8823..00000000000 --- a/www/lynx/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -alphanumeric display oriented World-Wide Web client diff --git a/www/lynx/pkg/DESCR b/www/lynx/pkg/DESCR deleted file mode 100644 index 28345de944e..00000000000 --- a/www/lynx/pkg/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -lynx is a program which allows a user to access World-Wide Web servers -and other information servers. It uses only ascii representation so -that it can be used from ascii-terminals and dialin-lines. - -lynx(1) was added to OpenBSD release 2.3. Therefore, it can be used -without installing this port. However, to maintain backward compatibility -with those who may have hard coded the path to lynx, the port can be' -installed. The installation will create a symbolic link to the released -version of lynx. A pkg_delete of this port will remove the link. diff --git a/www/lynx/pkg/PLIST b/www/lynx/pkg/PLIST deleted file mode 100644 index 5a545c08939..00000000000 --- a/www/lynx/pkg/PLIST +++ /dev/null @@ -1 +0,0 @@ -bin/lynx