diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-16 02:25:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-16 02:25:06 +0000 |
commit | 53cb0c2f6aa7c5523d965a26567461d0e8441eea (patch) | |
tree | 750f62f43b17ff10a3a84f2060b666f410857ba7 /astro/xearth | |
parent | Remove trailing dot in LIB_DEPENDS. (diff) |
Take the manpages out of pkg/PLIST and put them in MAN1.
Diffstat (limited to 'astro/xearth')
-rw-r--r-- | astro/xearth/Makefile | 4 | ||||
-rw-r--r-- | astro/xearth/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index fa449aefd068..e0f618bfddae 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1995 # Whom: piero # -# $Id: Makefile,v 1.8 1996/11/15 22:35:02 obrien Exp $ +# $Id: Makefile,v 1.9 1998/05/04 03:00:52 vanilla Exp $ # DISTNAME= xearth-1.0 @@ -14,6 +14,8 @@ MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes +MAN1= xearth.1 + # Copy the list of FreeBSD sites post-install: ${MKDIR} ${PREFIX}/lib/X11/xearth diff --git a/astro/xearth/pkg-plist b/astro/xearth/pkg-plist index 6524670a9a5d..7448c48b54c0 100644 --- a/astro/xearth/pkg-plist +++ b/astro/xearth/pkg-plist @@ -1,4 +1,3 @@ bin/xearth -man/man1/xearth.1.gz lib/X11/xearth/freebsd.core.markers lib/X11/xearth/freebsd.ftp.markers |