diff options
author | lioux <lioux@FreeBSD.org> | 2006-09-29 18:48:18 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2006-09-29 18:48:18 +0800 |
commit | 40d9250ae7f3878babbd99100f5c95f7fc6afec6 (patch) | |
tree | 4775f6c50d992258bf1add565667d53ad2e80a3d /net-p2p/mldonkey | |
parent | 06eb9006d6e3c791078c475fbc54ce89c6982e72 (diff) | |
download | freebsd-ports-graphics-40d9250ae7f3878babbd99100f5c95f7fc6afec6.tar.gz freebsd-ports-graphics-40d9250ae7f3878babbd99100f5c95f7fc6afec6.tar.zst freebsd-ports-graphics-40d9250ae7f3878babbd99100f5c95f7fc6afec6.zip |
o Remove PKGNAMESUFFIX=-devel
o Bump PORTREVISION
Submitted by: ale
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r-- | net-p2p/mldonkey/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 9786008940d..326f994db4d 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="" |