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/manck/Makefile | |
parent | typo fix. (diff) |
Move manpages from pkg/PLIST to Makefile.
Diffstat (limited to 'sysutils/manck/Makefile')
-rw-r--r-- | sysutils/manck/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/manck/Makefile b/sysutils/manck/Makefile index 59a8c7598a7e..bc1804dba71e 100644 --- a/sysutils/manck/Makefile +++ b/sysutils/manck/Makefile @@ -3,7 +3,7 @@ # Date created: 10 September 1995 # Whom: joerg # -# $Id: Makefile,v 1.8 1997/08/09 00:26:26 wosch Exp $ +# $Id: Makefile,v 1.9 1997/08/16 10:14:49 wosch Exp $ # DISTNAME= manck-1.2 @@ -12,4 +12,7 @@ MASTER_SITES= http://www.freebsd.org/~wosch/src/ MAINTAINER= wosch@FreeBSD.org +MAN1= manck.1 +MANCOMPRESSED= yes + .include <bsd.port.mk> |