mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Simplify PLIST_FILES as suggested by mat: PREFIX-based absolute paths are allowed in plist
Approved by: portmgr blanket
This commit is contained in:
parent
d8322811af
commit
a1acaf96d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485693
@ -21,8 +21,8 @@ NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.Final
|
||||
|
||||
PLIST_FILES= ${JAVAJARDIR:S,^${PREFIX}/,,}/netty-${PORTVERSION}.jar \
|
||||
${JAVAJARDIR:S,^${PREFIX}/,,}/netty.jar
|
||||
PLIST_FILES= ${JAVAJARDIR}/netty-${PORTVERSION}.jar \
|
||||
${JAVAJARDIR}/netty.jar
|
||||
|
||||
PORTDATA= *
|
||||
PORTDOCS= *
|
||||
|
Loading…
Reference in New Issue
Block a user