diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-02-09 20:16:29 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-02-09 20:16:29 +0000 |
commit | fd6163d06874c731d7b7bfbca8eb0f14a04f78d9 (patch) | |
tree | 02d1bba5cc0c57888e9dadb72307984e02cb4881 /x11-fm | |
parent | 10d26e8e5df631b046f7a92d6335c86dcfb7bb3b (diff) | |
download | ports-fd6163d06874c731d7b7bfbca8eb0f14a04f78d9.tar.gz ports-fd6163d06874c731d7b7bfbca8eb0f14a04f78d9.zip |
Notes
Diffstat (limited to 'x11-fm')
-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" |