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/weblint | |
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/weblint')
-rw-r--r-- | www/weblint/Makefile | 4 | ||||
-rw-r--r-- | www/weblint/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/weblint/Makefile b/www/weblint/Makefile index 41606091a8cc..6498fe36e4ac 100644 --- a/www/weblint/Makefile +++ b/www/weblint/Makefile @@ -3,7 +3,7 @@ # Date created: Oct 14, 1995 # Whom: pst # -# $Id: Makefile,v 1.5 1996/07/20 22:30:35 pst Exp $ +# $Id: Makefile,v 1.6 1996/11/18 11:42:18 asami Exp $ # DISTNAME= weblint-1.017 @@ -12,4 +12,6 @@ MASTER_SITES= ftp://ftp.khoral.com/pub/weblint/ MAINTAINER= pst@FreeBSD.ORG +MAN1= weblint.1 + .include <bsd.port.mk> diff --git a/www/weblint/pkg-plist b/www/weblint/pkg-plist index d7d1cd20681c..ed2fdab196db 100644 --- a/www/weblint/pkg-plist +++ b/www/weblint/pkg-plist @@ -1,3 +1,3 @@ bin/weblint lib/weblintrc -man/man1/weblint.1 +man/man1/weblint.1.gz |