diff options
author | steve <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-21 00:57:42 +0000 |
commit | 1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f (patch) | |
tree | 965df872c181a4f20f26529dd4065172eb751f17 /sysutils/contool | |
parent | c732cab0da8b9be4a72c4d0cd26c2292ea584806 (diff) | |
download | FreeBSD-ports-1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f.zip FreeBSD-ports-1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f.tar.gz |
Move manpages from pkg/PLIST to Makefile.
Diffstat (limited to 'sysutils/contool')
-rw-r--r-- | sysutils/contool/Makefile | 4 | ||||
-rw-r--r-- | sysutils/contool/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/contool/Makefile b/sysutils/contool/Makefile index 510c1eb..3034c26 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 diff --git a/sysutils/contool/pkg-plist b/sysutils/contool/pkg-plist index 66a1739..1d3780e 100644 --- a/sysutils/contool/pkg-plist +++ b/sysutils/contool/pkg-plist @@ -1,3 +1,2 @@ bin/contool lib/help/contool.info -man/man1/contool.1.gz |