diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-20 10:02:08 +0800 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-20 10:02:08 +0800 |
commit | 67834415915be3cf028ea75dc0ee074873d6bb30 (patch) | |
tree | c4946c31ee8c6fb1b90ce1124ce5bccaa85a3d80 /textproc/unroff | |
parent | 8765d067dfffb744abd229305ede8fe1ad3d2e53 (diff) | |
download | freebsd-ports-gnome-67834415915be3cf028ea75dc0ee074873d6bb30.tar.gz freebsd-ports-gnome-67834415915be3cf028ea75dc0ee074873d6bb30.tar.zst freebsd-ports-gnome-67834415915be3cf028ea75dc0ee074873d6bb30.zip |
Move manpages from pkg/PLIST to Makefile.
Diffstat (limited to 'textproc/unroff')
-rw-r--r-- | textproc/unroff/Makefile | 5 | ||||
-rw-r--r-- | textproc/unroff/pkg-plist | 15 |
2 files changed, 15 insertions, 5 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 3defdd9a34c7..1856a5ef466a 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Feb 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.5 1997/03/06 12:24:49 wosch Exp $ +# $Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp $ # DISTNAME= unroff-1.0 @@ -26,6 +26,9 @@ UNROFF_SITE= http://www-rn.informatik.uni-bremen.de/software/unroff PATCH1= me-misc-patch PATCH2= misc-patch-2 +MAN1= unroff.1 unroff-html.1 unroff-html-man.1 unroff-html-ms.1 +MANCOMPRESSED= yes + pre-patch: @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}" @(cd ${_DISTDIR}; \ diff --git a/textproc/unroff/pkg-plist b/textproc/unroff/pkg-plist index 6fe271630af5..2671bd6312eb 100644 --- a/textproc/unroff/pkg-plist +++ b/textproc/unroff/pkg-plist @@ -1,14 +1,21 @@ bin/unroff -man/man1/unroff.1.gz -man/man1/unroff-html.1.gz -man/man1/unroff-html-man.1.gz -man/man1/unroff-html-ms.1.gz share/unroff/doc/manual.ms share/unroff/misc/sample.unroff share/unroff/misc/tmac.hyper share/unroff/scm/troff.scm +share/unroff/scm/troff.scm.orig share/unroff/scm/html/common.scm +share/unroff/scm/html/common.scm.orig share/unroff/scm/html/m.scm share/unroff/scm/html/man.scm +share/unroff/scm/html/me.scm +share/unroff/scm/html/me.scm.orig share/unroff/scm/html/ms.scm +share/unroff/scm/html/ms.scm.orig share/unroff/scm/misc/hyper.scm +share/unroff/scm/misc/hyper.scm.orig +@dirrm share/unroff/doc +@dirrm share/unroff/misc +@dirrm share/unroff/scm/html +@dirrm share/unroff/scm/misc +@dirrm share/unroff/scm |