diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /www/lynx | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.zip |
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.
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 11 | ||||
-rw-r--r-- | www/lynx/pkg-plist | 5 |
2 files changed, 6 insertions, 10 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 53f9762e4041..145a5767b867 100644 --- a/www/lynx/Makefile +++ b/www/lynx/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> diff --git a/www/lynx/pkg-plist b/www/lynx/pkg-plist index c0047e915627..6161de80df00 100644 --- a/www/lynx/pkg-plist +++ b/www/lynx/pkg-plist @@ -1,8 +1,3 @@ -@cd /usr/local -@owner bin -@mode 755 bin/lynx -@mode 444 etc/lynx.cfg -@mode 644 man/man1/lynx.1 |