summaryrefslogtreecommitdiff
path: root/comms/seyon
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-04-03 04:20:48 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-04-03 04:20:48 +0000
commit81bf4f2c3594fd83bf0bf00a7fe97250a9e4248c (patch)
tree020bf4c22363b7438ea0f6522dcd287fffa5989c /comms/seyon
parentUpgrade to 980331 version of Bochs. (diff)
Mark this port as BROKEN. It installs a .seyon in ${HOME}. Ports are
supposed to install files under ${PREFIX} only. Also there is no entry for this file in the PLIST, so packages of seyon aren't complete.
Notes
Notes: svn path=/head/; revision=10403
Diffstat (limited to 'comms/seyon')
-rw-r--r--comms/seyon/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile
index d0a2ff90f4fc..4523da70dda2 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.5 1995/04/11 02:32:01 asami Exp $
+# $Id: Makefile,v 1.6 1996/11/17 03:01:16 obrien Exp $
#
DISTNAME= Seyon-2.14b
@@ -16,5 +16,6 @@ MAINTAINER= me@FreeBSD.org
WRKSRC= ${WRKDIR}/seyon
USE_IMAKE= yes
+BROKEN= Installs file in ${HOME}/.seyon
.include <bsd.port.mk>