diff options
author | billf <billf@FreeBSD.org> | 1998-12-02 20:08:57 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-02 20:08:57 +0000 |
commit | 85df5131a950edce5916d8ee17ff020ee151a78d (patch) | |
tree | f237e63b96215d1304335728d93d2bd22d1a14bb /x11-fm/x-files | |
parent | 585103c014633bb9297f97cb6bf878c4a3372619 (diff) | |
download | FreeBSD-ports-85df5131a950edce5916d8ee17ff020ee151a78d.zip FreeBSD-ports-85df5131a950edce5916d8ee17ff020ee151a78d.tar.gz |
Move ports/misc/x-files -> ports/x11-fm/x-files, and activate.
Reviewed by: maintainer, asami
Submitted by: Bill Fumerola <billf@FreeBSD.org>
Diffstat (limited to 'x11-fm/x-files')
-rw-r--r-- | x11-fm/x-files/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-fm/x-files/Makefile b/x11-fm/x-files/Makefile index 862842f..de8cc55 100644 --- a/x11-fm/x-files/Makefile +++ b/x11-fm/x-files/Makefile @@ -3,20 +3,18 @@ # Date created: 14 April 1998 # Whom: Donald J. Maddox <dmaddox@scsn.net> # -# $Id: Makefile,v 1.4 1998/09/15 04:37:56 asami Exp $ +# $Id: Makefile,v 1.5 1998/12/02 04:07:26 asami Exp $ # DISTNAME= X-Files-1.43 PKGNAME= x-files-1.43 -CATEGORIES= misc tk80 +CATEGORIES= x11-fm tk80 MASTER_SITES= http://java.inf.tu-dresden.de/X-Files/data/ MAINTAINER= dmaddox@scsn.net BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 -BROKEN= repository copy - .if !defined(DISPLAY) BROKEN= requires DISPLAY to install .endif |