forked from Lainports/freebsd-ports
- Use %%JAVAJARDIR%%
- Add 'java' category
This commit is contained in:
parent
c692e1304c
commit
d535ce2f09
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= jcifs
|
||||
PORTVERSION= 1.1.9
|
||||
CATEGORIES= net
|
||||
CATEGORIES= net java
|
||||
MASTER_SITES= http://jcifs.samba.org/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ JAVA_VERSION= 1.3+
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= ${JAVAJARDIR:S,^${PREFIX}/,,}/${PORTNAME}.jar
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue