diff options
author | lioux <lioux@FreeBSD.org> | 2010-06-28 07:24:33 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2010-06-28 07:24:33 +0800 |
commit | 4993329d872656001fb7d3d51d088ae86e31d40d (patch) | |
tree | f583f0bf6332078f4e5c780401312645a17f0fe1 /java | |
parent | d2cec2b0c141eeb3c054f17f54e0090f6127b4c5 (diff) | |
download | freebsd-ports-graphics-4993329d872656001fb7d3d51d088ae86e31d40d.tar.gz freebsd-ports-graphics-4993329d872656001fb7d3d51d088ae86e31d40d.tar.zst freebsd-ports-graphics-4993329d872656001fb7d3d51d088ae86e31d40d.zip |
o Since EPL has been added to Mk/bsd.licenses.db.mk, remove redundant
lines from MAKEFILE.
o Do not bump PORTREVISION since there has been no functional change.
Feature safe: yes
Reported by: pav (pointyhat run)
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-datatools/Makefile | 4 | ||||
-rw-r--r-- | java/eclipse-hibernatetools/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/java/eclipse-datatools/Makefile b/java/eclipse-datatools/Makefile index a2831deb012..85a496f8024 100644 --- a/java/eclipse-datatools/Makefile +++ b/java/eclipse-datatools/Makefile @@ -23,10 +23,6 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef LICENSE= EPL -LICENSE_NAME= Eclipse Public License -LICENSE_GROUPS= FSF OSI -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LICENSE_TEXT= The license: EPL (Eclipse Public License) is standard, please read from the web. A copy of the EPL is available at http://www.eclipse.org/org/documents/epl-v10.php NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/java/eclipse-hibernatetools/Makefile b/java/eclipse-hibernatetools/Makefile index e0afd48cac2..96bf92aa061 100644 --- a/java/eclipse-hibernatetools/Makefile +++ b/java/eclipse-hibernatetools/Makefile @@ -24,10 +24,6 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/eclipse/features/org.eclipse.wst.common_core.feature_2.0.2.v200802150100-7C78EKOE_EkMNlO6f7cjpz0/feature.xml:${PORTSDIR}/java/eclipse-webtools LICENSE= EPL LGPL3 -LICENSE_NAME_EPL= Eclipse Public License -LICENSE_GROUPS_EPL= FSF OSI -LICENSE_PERMS_EPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LICENSE_TEXT_EPL= The license: EPL (Eclipse Public License) is standard, please read from the web. A copy of the EPL is available at http://www.eclipse.org/org/documents/epl-v10.php LICENSE_COMB= multi NO_BUILD= yes |