diff options
author | steve <steve@FreeBSD.org> | 1998-09-16 10:25:06 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-16 10:25:06 +0800 |
commit | a40391afdaa8ce3b43d1fa4a3ab5391238d18cba (patch) | |
tree | bdde2dc287c429f54c6981fc0bffce9930c9a1cf /astro/xphoon | |
parent | 5c5e72e21e37b2db9e18c002af6cf0f2ec384aa0 (diff) | |
download | freebsd-ports-gnome-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.tar.gz freebsd-ports-gnome-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.tar.zst freebsd-ports-gnome-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.zip |
Take the manpages out of pkg/PLIST and put them in MAN1.
Diffstat (limited to 'astro/xphoon')
-rw-r--r-- | astro/xphoon/Makefile | 4 | ||||
-rw-r--r-- | astro/xphoon/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile index 7a95b4115428..0f5f32bf5ffd 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 85407c3b7237..c29a5cf5ac9f 100644 --- a/astro/xphoon/pkg-plist +++ b/astro/xphoon/pkg-plist @@ -1,2 +1 @@ bin/xphoon -man/man1/xphoon.1.gz |