aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-03-11 19:23:03 +0800
committertrevor <trevor@FreeBSD.org>2004-03-11 19:23:03 +0800
commit62cbab2c644ad9e33df2baf942d5e64767f69441 (patch)
tree175f73e9ca3eb0bf9dd73982fdccf2ebabd4e4ef
parent7b0fd02dc061a1f332c5b1dd651e7e8905ee10c3 (diff)
downloadfreebsd-ports-gnome-62cbab2c644ad9e33df2baf942d5e64767f69441.tar.gz
freebsd-ports-gnome-62cbab2c644ad9e33df2baf942d5e64767f69441.tar.zst
freebsd-ports-gnome-62cbab2c644ad9e33df2baf942d5e64767f69441.zip
Change erroneous PATCH_FILES to PATCHFILES.
-rw-r--r--www/linux-beonex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/linux-beonex/Makefile b/www/linux-beonex/Makefile
index 0d3ae0d41541..ec47c5132a38 100644
--- a/www/linux-beonex/Makefile
+++ b/www/linux-beonex/Makefile
@@ -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." \