summaryrefslogtreecommitdiff
path: root/comms/seyon/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-16 02:25:06 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-16 02:25:06 +0000
commit53cb0c2f6aa7c5523d965a26567461d0e8441eea (patch)
tree750f62f43b17ff10a3a84f2060b666f410857ba7 /comms/seyon/Makefile
parentRemove trailing dot in LIB_DEPENDS. (diff)
Take the manpages out of pkg/PLIST and put them in MAN1.
Notes
Notes: svn path=/head/; revision=13165
Diffstat (limited to 'comms/seyon/Makefile')
-rw-r--r--comms/seyon/Makefile4
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>