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/contool/Makefile | |
parent | f28b472edc2b1b9ab1b8f9c6c525fa3f8fdb90f4 (diff) |
Move manpages from pkg/PLIST to Makefile.
Notes
Notes:
svn path=/head/; revision=14135
Diffstat (limited to 'sysutils/contool/Makefile')
-rw-r--r-- | sysutils/contool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/contool/Makefile b/sysutils/contool/Makefile index 510c1eb73928..3034c26a2584 100644 --- a/sysutils/contool/Makefile +++ b/sysutils/contool/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Dec 1996 # Whom: nsayer@quack.kfu.com # -# $Id: Makefile,v 1.5 1998/08/07 23:56:47 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/21 22:15:58 steve Exp $ # DISTNAME= contool-3.3a @@ -18,6 +18,8 @@ NO_CDROM= "source code cannot be sold, nor can you incorporate the source code i NO_WRKSUBDIR= yes USE_IMAKE= yes +MAN1= contool.1 + pre-install: @${MKDIR} ${PREFIX}/lib/help |