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/xphoon/Makefile | |
parent | 3d68d298a06934d9c82b2d300a06f8ebd99b4c81 (diff) | |
download | ports-53cb0c2f6aa7c5523d965a26567461d0e8441eea.tar.gz ports-53cb0c2f6aa7c5523d965a26567461d0e8441eea.zip |
Notes
Diffstat (limited to 'astro/xphoon/Makefile')
-rw-r--r-- | astro/xphoon/Makefile | 4 |
1 files changed, 3 insertions, 1 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> |