Date: Thu, 20 Dec 2018 16:50:49 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487891 - head/sysutils/xorriso Message-ID: <201812201650.wBKGonpW026753@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Dec 20 16:50:49 2018 New Revision: 487891 URL: https://svnweb.freebsd.org/changeset/ports/487891 Log: sysutils/xorriso: Correct the previous commit r487866: the plist fix should have been different The path in do-install-TK-off is corrected. Reported by: tobik Approved by: portmgr (unbreak) Modified: head/sysutils/xorriso/Makefile head/sysutils/xorriso/pkg-plist Modified: head/sysutils/xorriso/Makefile ============================================================================== --- head/sysutils/xorriso/Makefile Thu Dec 20 16:26:50 2018 (r487890) +++ head/sysutils/xorriso/Makefile Thu Dec 20 16:50:49 2018 (r487891) @@ -3,7 +3,7 @@ PORTNAME= xorriso PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://files.libburnia-project.org/releases/ DISTNAME= libisoburn-${PORTVERSION} @@ -51,7 +51,7 @@ post-patch: do-install-TK-off: ${RM} ${STAGEDIR}${PREFIX}/bin/xorriso-tcltk \ ${STAGEDIR}${PREFIX}/man/man1/xorriso-tcltk.1.gz \ - ${STAGEDIR}${PREFIX}/info/xorriso-tcltk.info + ${STAGEDIR}${PREFIX}/share/info/xorriso-tcltk.info do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/sysutils/xorriso/pkg-plist ============================================================================== --- head/sysutils/xorriso/pkg-plist Thu Dec 20 16:26:50 2018 (r487890) +++ head/sysutils/xorriso/pkg-plist Thu Dec 20 16:50:49 2018 (r487891) @@ -14,4 +14,3 @@ man/man1/xorrecord.1.gz %%TK%%man/man1/xorriso-tcltk.1.gz man/man1/xorriso.1.gz man/man1/xorrisofs.1.gz -share/info/xorriso-tcltk.info
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812201650.wBKGonpW026753>