diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-14 14:52:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-14 14:52:32 +0800 |
commit | 0be2f5604407e9fd167f40643ea3dd6dc968fb3d (patch) | |
tree | 42335164585bee9db333b2237dbaaa06fa302104 /java | |
parent | 951d87bea5b1630ba811feca31a34e25e68f4a30 (diff) | |
download | freebsd-ports-gnome-0be2f5604407e9fd167f40643ea3dd6dc968fb3d.tar.gz freebsd-ports-gnome-0be2f5604407e9fd167f40643ea3dd6dc968fb3d.tar.zst freebsd-ports-gnome-0be2f5604407e9fd167f40643ea3dd6dc968fb3d.zip |
Fix package name collision
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-aptana2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/eclipse-aptana2/Makefile b/java/eclipse-aptana2/Makefile index 5ded4b4c48b1..ff91b4f63f20 100644 --- a/java/eclipse-aptana2/Makefile +++ b/java/eclipse-aptana2/Makefile @@ -7,6 +7,7 @@ PORTVERSION= 2.0.5.1278522500 CATEGORIES= java devel MASTER_SITES= http://nivi.interfree.it/distfiles/eclipse-aptana2/ PKGNAMEPREFIX= eclipse- +PKGNAMESUFFIX= 2 DISTNAME= com.aptana.ide.feature.studio-${PORTVERSION}-5-7857HJ97CFF61HN1HZHtem5tN7 MAINTAINER= nivit@FreeBSD.org @@ -18,8 +19,6 @@ CONFLICTS_INSTALL= eclipse-aptana-1* JAVA_VERSION= 1.6+ -LATEST_LINK?= ${PKGNAMEPREFIX}aptana2 - NO_BUILD= yes NO_WRKSUBDIR= yes |