- Fix PLIST_SUB entry to fix package building [1]
- Fix packing list - Bump PORTREVISION to enforce a correct registering of installed files Reported by: pointyhat via kris [1]
This commit is contained in:
parent
ab6f15f382
commit
cf755f7812
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170826
2 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= axis
|
||||
PORTVERSION= 1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE}
|
||||
MASTER_SITE_SUBDIR= ws/axis/${PORTVERSION:S,.,_,g}
|
||||
|
@ -53,7 +54,7 @@ WRKSRC= ${WRKDIR}/axis-${PORTVERSION:S,.,_,g}
|
|||
# Install procedure
|
||||
#
|
||||
SYSTEM_JARS= axis.jar jaxrpc.jar saaj.jar
|
||||
PLIST_SUB+= WEBAPPS=${WEBAPPDIR:S|^${PREFIX}||} USER=${USER} GROUP=${GROUP}
|
||||
PLIST_SUB+= WEBAPPS=${WEBAPPDIR:S|^${PREFIX}/||} USER=${USER} GROUP=${GROUP}
|
||||
|
||||
do-install:
|
||||
.for i in ${SYSTEM_JARS}
|
||||
|
|
|
@ -2313,7 +2313,6 @@
|
|||
@dirrm %%WEBAPPS%%/axis/WEB-INF/classes/samples/addr
|
||||
@dirrm %%WEBAPPS%%/axis/WEB-INF/classes/samples
|
||||
@dirrm %%WEBAPPS%%/axis/WEB-INF/classes
|
||||
@dirrm %%WEBAPPS%%/axis/WEB-INF/attachments
|
||||
@dirrm %%WEBAPPS%%/axis/WEB-INF
|
||||
@dirrm %%WEBAPPS%%/axis
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/xbeans
|
||||
|
|
Loading…
Reference in a new issue