diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-20 01:48:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-20 01:48:38 +0000 |
commit | aa8e571660553b3c009a259f2b433f0b137eb119 (patch) | |
tree | 7764d0c6061d5d98b763372c4ea246dbd025e695 /print/ghostview | |
parent | b99e80eead77cc6f0539bcb8165394c92d49e205 (diff) |
Move manpages from pkg/PLIST to Makefile.
Notes
Notes:
svn path=/head/; revision=14110
Diffstat (limited to 'print/ghostview')
-rw-r--r-- | print/ghostview/Makefile | 3 | ||||
-rw-r--r-- | print/ghostview/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile index 791add1e05cb..dc19e15b6a30 100644 --- a/print/ghostview/Makefile +++ b/print/ghostview/Makefile @@ -3,7 +3,7 @@ # Date created: 21 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.9 1997/01/14 09:11:49 asami Exp $ +# $Id: Makefile,v 1.10 1997/07/13 18:49:28 max Exp $ # DISTNAME= ghostview-1.5 @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= ports@FreeBSD.org USE_IMAKE= yes +MAN1= ghostview.1 post-install: @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL diff --git a/print/ghostview/pkg-plist b/print/ghostview/pkg-plist index 41b1503e6f85..92d834f15bf3 100644 --- a/print/ghostview/pkg-plist +++ b/print/ghostview/pkg-plist @@ -1,3 +1,2 @@ bin/ghostview lib/X11/app-defaults/Ghostview -man/man1/ghostview.1.gz |