From 493a79631551449e321ccb0007acd93a21a71ec2 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 21 Jan 2017 10:49:22 +0000 Subject: [PATCH] Shebangfix only the target of the symlink, not the symlink PR: 216309 --- www/vdradmin-am/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/vdradmin-am/Makefile b/www/vdradmin-am/Makefile index 98b03da6129d..270fb0022f71 100644 --- a/www/vdradmin-am/Makefile +++ b/www/vdradmin-am/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext \ DIST_SUBDIR= vdr PATCH_STRIP= -p1 USES= shebangfix tar:bzip2 -SHEBANG_FILES= vdradmind vdradmind.pl +SHEBANG_FILES= vdradmind.pl WRKSRC= ${WRKDIR}/${PORTNAME:S/_/-/}-${DISTVERSION} NO_BUILD= yes NO_ARCH= yes