aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2019-06-29 20:02:36 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2019-06-29 20:02:36 +0000
commit7e2d065d97fd99d82b15ae77f63646141f51e223 (patch)
tree650a87e0d82788606d63861192b92fdcbf7cb04a /print
parentdeee45581917d1998db82e5663f3cb2fdf59c4b7 (diff)
downloadports-7e2d065d97fd99d82b15ae77f63646141f51e223.tar.gz
ports-7e2d065d97fd99d82b15ae77f63646141f51e223.zip
print/pdf-tools: UCLize pkg-message and only show it upon install
Notes
Notes: svn path=/head/; revision=505368
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
+}
+]