svn commit: r487891 - head/sysutils/xorriso

Yuri Victorovich yuri at FreeBSD.org
Thu Dec 20 16:50:50 UTC 2018


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


More information about the svn-ports-all mailing list