diff options
author | mezz <mezz@FreeBSD.org> | 2004-06-15 02:31:13 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-06-15 02:31:13 +0000 |
commit | 961a08e3e4b624a3283012f0eaee6c619566b876 (patch) | |
tree | 953159191bbe029efe03c563a924168ae626e7b7 /x11-fm/gnome-commander | |
parent | 7b5344bc2a500500953ed2e104db90b8e59de1d8 (diff) | |
download | FreeBSD-ports-961a08e3e4b624a3283012f0eaee6c619566b876.zip FreeBSD-ports-961a08e3e4b624a3283012f0eaee6c619566b876.tar.gz |
-Update the MASTER_SITES, which it has been moved.
-Add CONFLICTS to gnome-commander2 to get ready early (ports/67674).
PR: ports/67953
Submitted by: Jens Rehsack <rehsack@liwing.de> (maintainer)
Diffstat (limited to 'x11-fm/gnome-commander')
-rw-r--r-- | x11-fm/gnome-commander/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-fm/gnome-commander/Makefile b/x11-fm/gnome-commander/Makefile index 54ab8f3..c2e1c72 100644 --- a/x11-fm/gnome-commander/Makefile +++ b/x11-fm/gnome-commander/Makefile @@ -9,7 +9,8 @@ PORTNAME= gnome-commander PORTVERSION= 1.0.1 PORTREVISION= 2 CATEGORIES= x11-fm gnome -MASTER_SITES= http://savannah.nongnu.org/download/gcmd/gcmd.pkg/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-commander/1.0/ MAINTAINER= rehsack@liwing.de COMMENT= File manager for Gnome @@ -20,6 +21,8 @@ LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam CONFIGURE_ARGS= --without-fam .endif +CONFLICTS= gnome-commander2-* + USE_X_PREFIX= yes USE_GMAKE= yes USE_BZIP2= yes |