diff options
Diffstat (limited to 'shells/rc/Makefile')
-rw-r--r-- | shells/rc/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 16b9fad62dc4..f0395687ba7a 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -3,18 +3,17 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.5 1998/11/21 17:18:16 steve Exp $ +# $Id: Makefile,v 1.6 1999/01/09 03:19:39 asami Exp $ # -DISTNAME= rc-1.5betadev-1 -PKGNAME= rc-1.5b1 +DISTNAME= rc-1.5b2 CATEGORIES= shells plan9 MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/rc/ MAINTAINER= erich@FreeBSD.org -NO_WRKSUBDIR= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-history MAN1= history.1 rc.1 -MANCOMPRESSED= yes .include <bsd.port.mk> |