Change erroneous PATCH_FILES to PATCHFILES.
This commit is contained in:
parent
1832c23a94
commit
4d81216c50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103636
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ RUN_DEPENDS= \
|
|||
NO_BUILD= yes
|
||||
NO_FILTER_SHLIBS=yes
|
||||
ONLY_FOR_ARCHS= i386
|
||||
PATCH_FILES= linux-beonex-generated-files-${PORTVERSION}.tar.bz2
|
||||
PATCHFILES= linux-beonex-generated-files-${PORTVERSION}.tar.bz2
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
USE_BZIP2= yes
|
||||
|
@ -42,7 +42,7 @@ post-extract:
|
|||
${WRKSRC}/components/chatzilla-service.js
|
||||
|
||||
do-patch:
|
||||
${BZIP2_CMD} -dc ${DISTDIR}/${DIST_SUBDIR}/${PATCH_FILES} | \
|
||||
${BZIP2_CMD} -dc ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES} | \
|
||||
${TAR} -C ${WRKSRC} -xf -
|
||||
${ECHO_CMD} "#!/bin/sh" >${WRKDIR}/linkfarm
|
||||
${ECHO_CMD} "# Run this after installing Mozilla or Netscape plugins." \
|
||||
|
|
Loading…
Reference in a new issue