diff options
-rw-r--r-- | x11-fm/Makefile | 1 | ||||
-rw-r--r-- | x11-fm/gnomemc/Makefile | 18 |
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" |