diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-20 02:02:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-20 02:02:08 +0000 |
commit | 67834415915be3cf028ea75dc0ee074873d6bb30 (patch) | |
tree | c4946c31ee8c6fb1b90ce1124ce5bccaa85a3d80 /textproc/gxditview | |
parent | Unbreak by upgrading to version 0.003 since 0.002 is no longer (diff) |
Move manpages from pkg/PLIST to Makefile.
Diffstat (limited to 'textproc/gxditview')
-rw-r--r-- | textproc/gxditview/Makefile | 16 | ||||
-rw-r--r-- | textproc/gxditview/pkg-plist | 1 |
2 files changed, 9 insertions, 8 deletions
diff --git a/textproc/gxditview/Makefile b/textproc/gxditview/Makefile index 776ba2c55c77..c79d425627e4 100644 --- a/textproc/gxditview/Makefile +++ b/textproc/gxditview/Makefile @@ -3,20 +3,22 @@ # Date created: 24 June 1998 # Whom: Dom Mitchell <dom@myrddin.demon.co.uk> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/20 03:45:24 steve Exp $ # # Same version as the contrib groff sources... -DISTNAME= gxditview-1.10 -CATEGORIES= textproc -DISTFILES= # none +DISTNAME= gxditview-1.10 +CATEGORIES= textproc +DISTFILES= # none MAINTAINER= dom@myrddin.demon.co.uk -USE_IMAKE= yes -WRKSRC= ${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR}/${DISTNAME} -GXDVSRC?= /usr/src/contrib/groff/xditview +USE_IMAKE= yes +MAN1= gxditview.1 + +GXDVSRC?= /usr/src/contrib/groff/xditview do-extract: @if [ ! -d ${GXDVSRC} ]; then \ diff --git a/textproc/gxditview/pkg-plist b/textproc/gxditview/pkg-plist index 17e3d7cd45b5..2a69adab1dfd 100644 --- a/textproc/gxditview/pkg-plist +++ b/textproc/gxditview/pkg-plist @@ -1,3 +1,2 @@ bin/gxditview lib/X11/app-defaults/GXditview -man/man1/gxditview.1.gz |