diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /net/sup | |
parent | Add $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 'net/sup')
-rw-r--r-- | net/sup/Makefile | 5 | ||||
-rw-r--r-- | net/sup/pkg-plist | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net/sup/Makefile b/net/sup/Makefile index 6924d49eba71..bc975c5dda82 100644 --- a/net/sup/Makefile +++ b/net/sup/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.7 1996/06/03 02:17:32 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/18 11:36:32 asami Exp $ # DISTNAME= sup @@ -13,4 +13,7 @@ MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= gibbs@FreeBSD.org +MAN1= sup.1 +MAN8= supservers.8 + .include <bsd.port.mk> diff --git a/net/sup/pkg-plist b/net/sup/pkg-plist index 36db99316b4c..ef2f577bcbe6 100644 --- a/net/sup/pkg-plist +++ b/net/sup/pkg-plist @@ -1,6 +1,5 @@ -@cwd /usr/local bin/sup bin/supscan bin/supfilesrv -man/man1/sup.1 -man/man8/supservers.8 +man/man1/sup.1.gz +man/man8/supservers.8.gz |