aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2006-09-29 10:48:18 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2006-09-29 10:48:18 +0000
commit667ab8238664a7f65a8b549b777817f73ba7257b (patch)
treeecdc8634a494faf0f545b890cd1b87e4c009eb6b /net-p2p
parent71b5cf8012aa90d7c856fd10d32b576c6430e79d (diff)
downloadports-667ab8238664a7f65a8b549b777817f73ba7257b.tar.gz
ports-667ab8238664a7f65a8b549b777817f73ba7257b.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/mldonkey/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile
index 9786008940d0..326f994db4db 100644
--- a/net-p2p/mldonkey/Makefile
+++ b/net-p2p/mldonkey/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mldonkey
PORTVERSION= 2.8.1
+PORTREVISION= 1
CATEGORIES+= net-p2p
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \
${MASTER_SITE_SAVANNAH}
@@ -57,7 +58,7 @@ CONFIGURE_ARGS+=--disable-gui
PLIST_SUB+= CORE="" GUI="@comment " GUICORE="@comment "
CONFLICTS+= mldonkey-core-[0.9]* mldonkey-core-stable-[0.9]* \
mldonkey-devel-[0-9]*
-PKGNAMESUFFIX= -core-devel
+PKGNAMESUFFIX= -core
.else
PLIST_SUB+= GUI=""
CONFLICTS+= mldonkey-gui-[0.9]*
@@ -73,7 +74,7 @@ USE_GNOME= gtk20
MAKE_ENV+= OCAMLRUNPARAM="l=256M"
.if defined(WITHOUT_CORE)
-PKGNAMESUFFIX= -gui-devel
+PKGNAMESUFFIX= -gui
PLIST_SUB+= CORE="@comment " GUICORE="@comment "
.else
PLIST_SUB+= CORE="" GUICORE=""