Date: Wed, 6 Nov 2019 18:04:03 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516913 - head/java/openjdk8 Message-ID: <201911061804.xA6I433I090992@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Wed Nov 6 18:04:02 2019 New Revision: 516913 URL: https://svnweb.freebsd.org/changeset/ports/516913 Log: Remove unnecessary use of shebangfix PR: 235453 Submitted by: John Hein <jcfyecrayz@liamekaens.com> Modified: head/java/openjdk8/Makefile Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Wed Nov 6 18:03:34 2019 (r516912) +++ head/java/openjdk8/Makefile Wed Nov 6 18:04:02 2019 (r516913) @@ -24,14 +24,12 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ RUN_DEPENDS= javavm:java/javavmwrapper \ dejavu>0:x11-fonts/dejavu -USES= compiler:features gmake iconv pkgconfig shebangfix +USES= compiler:features gmake iconv pkgconfig USE_GITHUB= yes GH_ACCOUNT= battleblow GH_PROJECT= openjdk-jdk8u GH_TAGNAME= jdk${JDK_MAJOR_VERSION}u${JDK_UPDATE_VERSION}-b${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION} - -SHEBANG_FILES= configure _MAKE_JOBS= # CPPFLAGS+= -I${LOCALBASE}/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911061804.xA6I433I090992>