diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
commit | 2646e845ff93d66d7a8b1135ca481e9f284af0c8 (patch) | |
tree | deffabe320b2949ec66c44c67f9ddb3ce9279bca /sysutils/LPRng/Makefile | |
parent | f28b472edc2b1b9ab1b8f9c6c525fa3f8fdb90f4 (diff) |
Notes
Diffstat (limited to 'sysutils/LPRng/Makefile')
-rw-r--r-- | sysutils/LPRng/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index ab95ad600964..6d717e6a4675 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Apr 1997 # Whom: desmo@bandwidth.org # -# $Id: Makefile,v 1.3 1998/01/22 08:19:36 fenner Exp $ +# $Id: Makefile,v 1.4 1998/06/04 23:59:08 steve Exp $ # DISTNAME= LPRng-3.5.1 @@ -20,6 +20,13 @@ MAKEFILE= Makefile.bsd HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-lpddir=/usr/local/sbin +MAN1= authenticate_pgp.1 cancel.1 lp.1 lpbanner.1 lpc.1 lpf.1 \ + lpq.1 lpr.1 lpraccnt.1 lprm.1 lpstat.1 monitor.1 \ + readfilecount.1 +MAN5= lpd.conf.5 lpd.perms.5 printcap.5 +MAN8= checkpc.8 lpd.8 +MANCOMPRESSED= yes + post-install: (cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} default) @cat ${FILESDIR}/lprng.sh | \ |