aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-02-10 04:16:29 +0800
committerfjoe <fjoe@FreeBSD.org>2003-02-10 04:16:29 +0800
commitcb9c06ce0fdf5db958ad19823d4882e39d069b66 (patch)
treeb2e4ac1f90970aa247989ef89504c8f375c53bf9
parentbbcf843b3db523eb69c701848ab3e390b28f88bb (diff)
downloadfreebsd-ports-gnome-cb9c06ce0fdf5db958ad19823d4882e39d069b66.tar.gz
freebsd-ports-gnome-cb9c06ce0fdf5db958ad19823d4882e39d069b66.tar.zst
freebsd-ports-gnome-cb9c06ce0fdf5db958ad19823d4882e39d069b66.zip
obsolete due to upgrade of master port (ports/misc/mc) to version 4.6.0
-rw-r--r--x11-fm/Makefile1
-rw-r--r--x11-fm/gnomemc/Makefile18
2 files changed, 0 insertions, 19 deletions
diff --git a/x11-fm/Makefile b/x11-fm/Makefile
index 09acd82b0055..9f750169e05c 100644
--- a/x11-fm/Makefile
+++ b/x11-fm/Makefile
@@ -13,7 +13,6 @@
SUBDIR += fsv
SUBDIR += gentoo
SUBDIR += gnome-commander
- SUBDIR += gnomemc
SUBDIR += jafm
SUBDIR += mtoolsfm
SUBDIR += nautilus
diff --git a/x11-fm/gnomemc/Makefile b/x11-fm/gnomemc/Makefile
deleted file mode 100644
index 046d239a4986..000000000000
--- a/x11-fm/gnomemc/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# New ports collection makefile for: gnomemc
-# Date created: 26 January 1999
-# Whom: Jeremy Lea <reg@shale.csir.co.za>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomemc
-PORTREVISION= 0
-CATEGORIES= x11-fm gnome
-DISTNAME= mc-${PORTVERSION}
-USE_X_PREFIX= yes
-WITHOUT_SLANG= yes
-WITHOUT_ICONV= yes
-WITHOUT_ISPELL= yes
-MASTERDIR= ${.CURDIR}/../../misc/mc
-
-.include "${MASTERDIR}/Makefile"