aboutsummaryrefslogtreecommitdiff
path: root/textproc/apache-solr3/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-25 22:03:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-25 22:03:15 +0000
commit3e0a2d750860c7137d17284fa4e782bdd20cf06b (patch)
tree51a1e107205108606647ac9b8d35294bfa261f23 /textproc/apache-solr3/Makefile
parentbbde3b1a18aed5a0afadad1708e38628dac2362c (diff)
downloadports-3e0a2d750860c7137d17284fa4e782bdd20cf06b.tar.gz
ports-3e0a2d750860c7137d17284fa4e782bdd20cf06b.zip
- Convert to staging
- Add license - Convert to options helpers Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=341120
Diffstat (limited to 'textproc/apache-solr3/Makefile')
-rw-r--r--textproc/apache-solr3/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/textproc/apache-solr3/Makefile b/textproc/apache-solr3/Makefile
index 5be9e132612b..e268df463ff5 100644
--- a/textproc/apache-solr3/Makefile
+++ b/textproc/apache-solr3/Makefile
@@ -6,8 +6,8 @@ PORTVERSION= 3.6.2
CATEGORIES= textproc java
MASTER_SITES= APACHE
MASTER_SITE_SUBDIR= lucene/solr/${PORTVERSION}/
-EXTRACT_SUFX= .tgz
PKGNAMESUFFIX= 3
+EXTRACT_SUFX= .tgz
MAINTAINER= gaod@hychen.org
COMMENT= High performance search server built using Lucene Java
@@ -22,12 +22,9 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}"
USE_JAVA= yes
PORTEXAMPLES= *
-NO_STAGE= yes
do-install:
- cd ${WRKSRC}/dist && ${COPYTREE_SHARE} \* ${JAVAJARDIR}
-.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}
- cd ${WRKSRC}/example && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}
-.endif
+ cd ${WRKSRC}/dist && ${COPYTREE_SHARE} . ${STAGEDIR}${JAVAJARDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>