diff options
author | steve <steve@FreeBSD.org> | 1998-10-21 08:57:42 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-21 08:57:42 +0800 |
commit | 1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f (patch) | |
tree | 965df872c181a4f20f26529dd4065172eb751f17 /sysutils/contool | |
parent | c732cab0da8b9be4a72c4d0cd26c2292ea584806 (diff) | |
download | freebsd-ports-gnome-1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f.tar.gz freebsd-ports-gnome-1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f.tar.zst freebsd-ports-gnome-1d9b3e1d3e6a2c8fda5635cf3ab492fb92396d5f.zip |
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 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 diff --git a/sysutils/contool/pkg-plist b/sysutils/contool/pkg-plist index 66a17395aae4..1d3780e924b3 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 |