diff options
author | steve <steve@FreeBSD.org> | 1998-10-20 09:48:38 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-20 09:48:38 +0800 |
commit | 0cc8c19734a1113fa1d76e10974ba9e41e34df4e (patch) | |
tree | a13f0336f227ad5d1e674fcbefebf7e9395d2972 /print/ghostview | |
parent | dd3c427bf8d8ae7c245c1da29110b59dce8db076 (diff) | |
download | freebsd-ports-gnome-0cc8c19734a1113fa1d76e10974ba9e41e34df4e.tar.gz freebsd-ports-gnome-0cc8c19734a1113fa1d76e10974ba9e41e34df4e.tar.zst freebsd-ports-gnome-0cc8c19734a1113fa1d76e10974ba9e41e34df4e.zip |
Move manpages from pkg/PLIST to Makefile.
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 |