diff options
author | steve <steve@FreeBSD.org> | 1998-10-04 00:56:49 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-04 00:56:49 +0000 |
commit | 0ce391cb7d7767863c7fc0c2b36206a78d7ad9ee (patch) | |
tree | 4aa9acdf06ccac18c32f947fda32f2f19e9d1442 /shells/rc | |
parent | 140f0ac79ef1dcd2a1ad89725f24e695a88a675e (diff) | |
download | FreeBSD-ports-0ce391cb7d7767863c7fc0c2b36206a78d7ad9ee.zip FreeBSD-ports-0ce391cb7d7767863c7fc0c2b36206a78d7ad9ee.tar.gz |
Move manpages to Makefile and use MAN* macros.
Diffstat (limited to 'shells/rc')
-rw-r--r-- | shells/rc/Makefile | 4 | ||||
-rw-r--r-- | shells/rc/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 350446d..93347c1 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.2 1995/10/28 20:34:39 erich Exp $ +# $Id: Makefile,v 1.3 1996/11/12 02:19:38 obrien Exp $ # DISTNAME= rc-1.5betadev-1 @@ -14,5 +14,7 @@ MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/rc/ MAINTAINER= erich@FreeBSD.org NO_WRKSUBDIR= yes +MAN1= history.1 rc.1 +MANCOMPRESSED= yes .include <bsd.port.mk> diff --git a/shells/rc/pkg-plist b/shells/rc/pkg-plist index dfe1687..5930724 100644 --- a/shells/rc/pkg-plist +++ b/shells/rc/pkg-plist @@ -4,5 +4,3 @@ bin/- bin/-- bin/-p bin/--p -man/man1/history.1.gz -man/man1/rc.1.gz |