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 /comms/seyon/Makefile | |
parent | 3d68d298a06934d9c82b2d300a06f8ebd99b4c81 (diff) |
Notes
Diffstat (limited to 'comms/seyon/Makefile')
-rw-r--r-- | comms/seyon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index 8fee61caeaa1..dd41b6cd3cf3 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -3,7 +3,7 @@ # Date created: 3 October 1994 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.7 1998/04/03 04:20:48 jseger Exp $ +# $Id: Makefile,v 1.8 1998/07/27 23:24:06 asami Exp $ # DISTNAME= Seyon-2.14b @@ -18,4 +18,6 @@ WRKSRC= ${WRKDIR}/seyon USE_IMAKE= yes BROKEN= Installs file in ${HOME}/.seyon +MAN1= seyon.1 + .include <bsd.port.mk> |