summaryrefslogtreecommitdiff
path: root/www/lynx-current/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 14:17:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 14:17:24 +0000
commitc98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch)
tree79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /www/lynx-current/Makefile
parentAdd $Id$. (diff)
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
Notes
Notes: svn path=/head/; revision=4578
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r--www/lynx-current/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index 53f9762e4041..145a5767b867 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -5,7 +5,7 @@
# Date created: 15 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.30 1996/11/11 05:30:54 ache Exp $
+# $Id: Makefile,v 1.31 1996/11/18 11:41:29 asami Exp $
#
DISTNAME= lynx2-6
@@ -16,16 +16,17 @@ MASTER_SITES= ftp://ftp2.cc.ukans.edu/pub/lynx/lynx2-6/ \
http://www.mtsu.edu/~ripa0003/
DISTFILES= ${DISTNAME}.zip 2-6update.zip
-BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
-EXTRACT_CMD= unzip
-EXTRACT_ARGS= -q -o
-
#PATCH_SITES= http://www.nyu.edu/pages/wsn/subir/lynx/patches/
#PATCHFILES= 2-6-patch11.txt
MAINTAINER= ache@FreeBSD.ORG
+BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
+
+EXTRACT_CMD= unzip
+EXTRACT_ARGS= -q -o
ALL_TARGET= freebsd-ncurses
+MAN1= lynx.1
.include <bsd.port.mk>