svn commit: r503443 - in head/x11-fonts/crosextrafonts-caladea-ttf: . files

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 4 06:20:22 UTC 2019


Author: bapt
Date: Tue Jun  4 06:20:20 2019
New Revision: 503443
URL: https://svnweb.freebsd.org/changeset/ports/503443

Log:
  Only print the pkg-message during the first installation step

Modified:
  head/x11-fonts/crosextrafonts-caladea-ttf/Makefile
  head/x11-fonts/crosextrafonts-caladea-ttf/files/pkg-message.in

Modified: head/x11-fonts/crosextrafonts-caladea-ttf/Makefile
==============================================================================
--- head/x11-fonts/crosextrafonts-caladea-ttf/Makefile	Tue Jun  4 06:17:58 2019	(r503442)
+++ head/x11-fonts/crosextrafonts-caladea-ttf/Makefile	Tue Jun  4 06:20:20 2019	(r503443)
@@ -2,7 +2,7 @@
 
 PORTNAME=	crosextrafonts
 PORTVERSION=	20130214
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-fonts
 MASTER_SITES=	https://gsdview.appspot.com/chromeos-localmirror/distfiles/
 PKGNAMESUFFIX=	-caladea

Modified: head/x11-fonts/crosextrafonts-caladea-ttf/files/pkg-message.in
==============================================================================
--- head/x11-fonts/crosextrafonts-caladea-ttf/files/pkg-message.in	Tue Jun  4 06:17:58 2019	(r503442)
+++ head/x11-fonts/crosextrafonts-caladea-ttf/files/pkg-message.in	Tue Jun  4 06:20:20 2019	(r503443)
@@ -1,5 +1,12 @@
+[
+{
+	message: <<EOD
 You can start using the fonts by following these instructions:
 
 Add the following line to the "Files" section of your x.org configuration file:
 
 	FontPath "%%FONTSDIR%%/"
+EOD,
+	type : install
+}
+]


More information about the svn-ports-all mailing list