pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(bugizilla) perl scripts needs semicolon at the end of line



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-N10) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Tue Feb 7 23:21:57 2017 +0900
Changeset:	258d656317d49dbe192046b6c56d38df613601ef

Modified Files:
	bugzilla/Makefile

Log Message:
(bugizilla) perl scripts needs semicolon at the end of line

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=258d656317d49dbe192046b6c56d38df613601ef

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bugzilla/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/bugzilla/Makefile b/bugzilla/Makefile
index 398d1afd83..94f944a7ce 100644
--- a/bugzilla/Makefile
+++ b/bugzilla/Makefile
@@ -106,7 +106,7 @@ SUBST_CLASSES+=		diff
 SUBST_STAGE.diff=	post-configure
 SUBST_MESSAGE.diff=	Fixing diff path used for Patch Viewer
 SUBST_FILES.diff=	localconfig
-SUBST_SED.diff=		-e "s|\$diffpath = .*|\$diffpath = \'${DIFF}\'|" -e "s|/diff||"
+SUBST_SED.diff=		-e "s|\$diffpath = .*|\$diffpath = \'${DIFF}\';|" -e "s|/diff||"
 
 INSTALLATION_DIRS+=	${DOCDIR} ${DOCDIR}/en ${EGDIR} ${BZDIR} ${BZDIR}/Bugzilla
 INSTALLATION_DIRS+=	${BZDIR}/js ${BZDIR}/lib ${BZDIR}/template ${BZDIR}/skins


Home | Main Index | Thread Index | Old Index