mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
. Fix some portlint warnings.
This commit is contained in:
parent
ad57c993a8
commit
414ab7656e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222328
@ -19,7 +19,7 @@ COMMENT= Java Development Kit ${JDK_VERSION}_${RELEASE_VERSION}.${BUILD_VERSION}
|
||||
|
||||
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
RESTRICTED= "License doesn't allow distribution with fee"
|
||||
RESTRICTED= License does not allow distribution with fee
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_XORG+= xi xp xt xtst
|
||||
@ -53,7 +53,7 @@ JDK_OSREL= freebsd6
|
||||
.elif ${ARCH} == "i386"
|
||||
JDK_OSREL= freebsd5
|
||||
.else
|
||||
IGNORE= Only available for FreeBSD 5.x/i386 and FreeBSD 6.x/amd64 and later
|
||||
IGNORE= only available for FreeBSD 5.x/i386 and FreeBSD 6.x/amd64 and later
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_TZUPDATE)
|
||||
@ -101,7 +101,7 @@ time zone update file, ${TZUPDATEFILE}.\n\n
|
||||
|
||||
pre-fetch:
|
||||
.if defined(DISTFILE_INSTRUCTIONS)
|
||||
@printf "${DISTFILE_INSTRUCTIONS}"
|
||||
@${PRINTF} "${DISTFILE_INSTRUCTIONS}"
|
||||
@exit 1
|
||||
.endif
|
||||
|
||||
@ -110,10 +110,10 @@ post-extract:
|
||||
@${UNZIP_CMD} -qo ${DISTDIR}/${TZUPDATEFILE} -d ${WRKDIR}
|
||||
|
||||
pre-install:
|
||||
@echo -n "Updating time zones..."
|
||||
@${ECHO_CMD} -n "Updating time zones..."
|
||||
@${WRKSRC}/bin/java -jar \
|
||||
${WRKDIR}/tzupdater-${TZUPDATE_VERSION:S/_/./g}-${TZUPDATE_TZVERSION}/tzupdater.jar -u -bc
|
||||
@echo "done"
|
||||
@${ECHO_CMD} "done"
|
||||
@-${RM} -rf ${WRKSRC}/jre/lib/zi.tzdata*
|
||||
.endif
|
||||
|
||||
|
@ -19,7 +19,7 @@ COMMENT= Java Runtime Environment ${JRE_VERSION}_${RELEASE_VERSION}.${BUILD_VERS
|
||||
|
||||
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
RESTRICTED= "License doesn't allow distribution with fee"
|
||||
RESTRICTED= License does not allow distribution with fee
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_XORG+= xi xp xt xtst
|
||||
@ -53,7 +53,7 @@ JRE_OSREL= freebsd6
|
||||
.elif ${ARCH} == "i386"
|
||||
JRE_OSREL= freebsd5
|
||||
.else
|
||||
IGNORE= Only available for FreeBSD 5.x/i386 and FreeBSD 6.x/amd64 and later
|
||||
IGNORE= only available for FreeBSD 5.x/i386 and FreeBSD 6.x/amd64 and later
|
||||
.endif
|
||||
|
||||
.if defined(WITH_TZUPDATE)
|
||||
@ -101,7 +101,7 @@ time zone update file, ${TZUPDATEFILE}.\n\n
|
||||
|
||||
pre-fetch:
|
||||
.if defined(DISTFILE_INSTRUCTIONS)
|
||||
@printf "${DISTFILE_INSTRUCTIONS}"
|
||||
@${PRINTF} "${DISTFILE_INSTRUCTIONS}"
|
||||
@exit 1
|
||||
.endif
|
||||
|
||||
@ -110,10 +110,10 @@ post-extract:
|
||||
@${UNZIP_CMD} -qo ${DISTDIR}/${TZUPDATEFILE} -d ${WRKDIR}
|
||||
|
||||
pre-install:
|
||||
@echo -n "Updating time zones..."
|
||||
@${ECHO_CMD} -n "Updating time zones..."
|
||||
@${WRKSRC}/bin/java -jar \
|
||||
${WRKDIR}/tzupdater-${TZUPDATE_VERSION:S/_/./g}-${TZUPDATE_TZVERSION}/tzupdater.jar -u -bc
|
||||
@echo "done"
|
||||
@${ECHO_CMD} "done"
|
||||
@${RM} -rf ${WRKSRC}/lib/zi.tzdata*
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user