summaryrefslogtreecommitdiff
path: root/java/eclipse-langpack/files/install.sh
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-04-18 10:00:00 +0000
committerRene Ladan <rene@FreeBSD.org>2015-04-18 10:00:00 +0000
commit1ff2d5930711dc1ccbc4ab348acc3c113605df96 (patch)
treeb1f8d2fc0025d4b015975c6dfa5d69609a3b23e8 /java/eclipse-langpack/files/install.sh
parent- Remove libtool hacks and patches that are now handled by USES=libtool (diff)
Remove expired ports:
2015-04-18 java/eclipse-ocl: depends on deprecated java/eclipse-emf 2015-04-18 java/eclipse-quantum: depends on deprecated java/eclipse-gef 2015-04-18 java/eclipse-propedit: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-aptana: evaluation recommendation is to remove rather than update 2015-04-18 devel/subclipse: evaluation recommendation is to remove rather than update 2015-04-18 devel/scala-ide: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-webtools: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-RDT: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-aptana-radrails: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-jad: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-vep-examples: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-gef-examples: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-gef: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-sysdeo-tomcat: evaluation recommendation is to remove rather than update 2015-04-18 java/commonclipse: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-sqlexplorer: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-viplugin: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-vep: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-checkstyle: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-aptana2: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-examples: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-hibernatetools: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-langpack: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-uml: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-datatools: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-emf: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-pmd: evaluation recommendation is to remove rather than update
Diffstat (limited to 'java/eclipse-langpack/files/install.sh')
-rw-r--r--java/eclipse-langpack/files/install.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/java/eclipse-langpack/files/install.sh b/java/eclipse-langpack/files/install.sh
deleted file mode 100644
index 037ecd2d2667..000000000000
--- a/java/eclipse-langpack/files/install.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-WRKDIR=$1; PREFIX=$2
-
-cd ${WRKDIR}
-for dir in `find eclipse -type d | sort`; do
- install -d ${PREFIX}/lib/${dir}
-done
-
-for file in `find eclipse -type f | sort`; do
- install ${file} ${PREFIX}/lib/${file}
-done