diff options
author | jseger <jseger@FreeBSD.org> | 1998-04-03 12:20:48 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-04-03 12:20:48 +0800 |
commit | 62509e178b79101829305099ef653ba00ca74390 (patch) | |
tree | 4453fa9c6af02d754258a3b89e4dce2e4afbcb13 /comms | |
parent | 8197b29093ac4b5a9a8574ee734b2a6ce4886531 (diff) | |
download | freebsd-ports-gnome-62509e178b79101829305099ef653ba00ca74390.tar.gz freebsd-ports-gnome-62509e178b79101829305099ef653ba00ca74390.tar.zst freebsd-ports-gnome-62509e178b79101829305099ef653ba00ca74390.zip |
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.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/seyon/Makefile | 3 |
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> |