diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-04 00:56:49 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-04 00:56:49 +0000 |
commit | abab842f2fbd102a369344c1ed0405b6bbd699c7 (patch) | |
tree | 80315751282799df81e81d32888a8539ff8d5309 /shells | |
parent | Fix ELF build. (diff) |
Move manpages to Makefile and use MAN* macros.
Notes
Notes:
svn path=/head/; revision=13617
Diffstat (limited to 'shells')
-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 350446d9f55d..93347c12cf79 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 dfe16872b94e..593072485242 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 |