diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/sunclock/Makefile | 4 | ||||
-rw-r--r-- | astro/sunclock/pkg-plist | 1 | ||||
-rw-r--r-- | astro/xearth/Makefile | 4 | ||||
-rw-r--r-- | astro/xearth/pkg-plist | 1 | ||||
-rw-r--r-- | astro/xephem/pkg-plist | 1 | ||||
-rw-r--r-- | astro/xphoon/Makefile | 4 | ||||
-rw-r--r-- | astro/xphoon/pkg-plist | 1 |
7 files changed, 9 insertions, 7 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile index c995653..2c4fc96 100644 --- a/astro/sunclock/Makefile +++ b/astro/sunclock/Makefile @@ -3,7 +3,7 @@ # Date created: 15 September 1996 # Whom: torstenb # -# $Id: Makefile,v 1.5 1997/05/29 01:49:59 fenner Exp $ +# $Id: Makefile,v 1.6 1998/07/08 12:08:46 scrappy Exp $ # DISTNAME= sunclock-1.4 @@ -16,4 +16,6 @@ MAINTAINER= torstenb@FreeBSD.org USE_IMAKE= YES +MAN1= sunclock.1 + .include <bsd.port.mk> diff --git a/astro/sunclock/pkg-plist b/astro/sunclock/pkg-plist index 0fbaf65..8b31e74 100644 --- a/astro/sunclock/pkg-plist +++ b/astro/sunclock/pkg-plist @@ -1,2 +1 @@ bin/sunclock -man/man1/sunclock.1.gz diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index fa449ae..e0f618b 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 6524670..7448c48 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 diff --git a/astro/xephem/pkg-plist b/astro/xephem/pkg-plist index d77fa5a..840aec4 100644 --- a/astro/xephem/pkg-plist +++ b/astro/xephem/pkg-plist @@ -1,5 +1,4 @@ bin/xephem -man/man1/xephem.1.gz lib/X11/app-defaults/XEphem lib/X11/xephem/auxil/README lib/X11/xephem/auxil/mars_db diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile index 7a95b41..0f5f32b 100644 --- a/astro/xphoon/Makefile +++ b/astro/xphoon/Makefile @@ -3,7 +3,7 @@ # Date created: 14 February 1995 # Whom: asami # -# $Id: Makefile,v 1.7 1997/05/29 01:53:20 fenner Exp $ +# $Id: Makefile,v 1.8 1997/12/25 22:29:12 asami Exp $ # DISTNAME= xphoon @@ -16,4 +16,6 @@ MAINTAINER= ports@FreeBSD.ORG USE_IMAKE= yes +MAN1= xphoon.1 + .include <bsd.port.mk> diff --git a/astro/xphoon/pkg-plist b/astro/xphoon/pkg-plist index 85407c3..c29a5cf 100644 --- a/astro/xphoon/pkg-plist +++ b/astro/xphoon/pkg-plist @@ -1,2 +1 @@ bin/xphoon -man/man1/xphoon.1.gz |