aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorjrm <jrm@FreeBSD.org>2019-06-30 04:02:36 +0800
committerjrm <jrm@FreeBSD.org>2019-06-30 04:02:36 +0800
commit7a48c49d93784e3afd63b0459f82c135b9f2ee5a (patch)
tree650a87e0d82788606d63861192b92fdcbf7cb04a /print
parent6a7d766b2edc7e0a070e41609bfcb2c0cf05fb58 (diff)
downloadfreebsd-ports-gnome-7a48c49d93784e3afd63b0459f82c135b9f2ee5a.tar.gz
freebsd-ports-gnome-7a48c49d93784e3afd63b0459f82c135b9f2ee5a.tar.zst
freebsd-ports-gnome-7a48c49d93784e3afd63b0459f82c135b9f2ee5a.zip
print/pdf-tools: UCLize pkg-message and only show it upon install
Diffstat (limited to 'print')
-rw-r--r--print/pdf-tools/Makefile2
-rw-r--r--print/pdf-tools/pkg-message14
2 files changed, 12 insertions, 4 deletions
diff --git a/print/pdf-tools/Makefile b/print/pdf-tools/Makefile
index d88283309f1d..d906bb3d02b8 100644
--- a/print/pdf-tools/Makefile
+++ b/print/pdf-tools/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pdf-tools
DISTVERSIONPREFIX= v
DISTVERSION= 0.90
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= print elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/print/pdf-tools/pkg-message b/print/pdf-tools/pkg-message
index bd9d62da02c2..2122e6c8f733 100644
--- a/print/pdf-tools/pkg-message
+++ b/print/pdf-tools/pkg-message
@@ -1,5 +1,13 @@
-############################################
-Add this line to your Emacs initialization.
+[
+{
+message: <<EOT
+Final pdf-tools setup instructions:
+
+Add the line below to your Emacs initialization.
(load "pdf-tools-init.el")
-############################################
+
+EOT
+ type: install
+}
+]