Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 06:55:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431932 - head/textproc/p5-SGMLSpm
Message-ID:  <201701200655.v0K6tYeR083281@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jan 20 06:55:34 2017
New Revision: 431932
URL: https://svnweb.freebsd.org/changeset/ports/431932

Log:
  Shebangfix the target of the symlink instead of the symlink
  
  PR:		216309

Modified:
  head/textproc/p5-SGMLSpm/Makefile

Modified: head/textproc/p5-SGMLSpm/Makefile
==============================================================================
--- head/textproc/p5-SGMLSpm/Makefile	Fri Jan 20 06:30:26 2017	(r431931)
+++ head/textproc/p5-SGMLSpm/Makefile	Fri Jan 20 06:55:34 2017	(r431932)
@@ -21,7 +21,7 @@ NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 SHEBANG_FILES=	sgmlspl.pl \
-		DOC/HTML/SGMLSpm/sample.pl \
+		DOC/sample.pl \
 		DOC/HTML/SGMLSpm/example.html
 
 INSTALL_TARGET=	install BINDIR=${STAGEDIR}${PREFIX}/bin \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701200655.v0K6tYeR083281>