summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2008-01-01 16:45:31 +0000
committerThierry Thomas <thierry@FreeBSD.org>2008-01-01 16:45:31 +0000
commiteeafa3c831f5ea9f6ff5d5599f768304142b6306 (patch)
tree3f005a4715e39ff14150bcac9345d897f1bc1dad /print/ghostscript-gpl
parent- Use %%PREFIX%% in rc script (diff)
Adding a post-installation message , telling the user that he needs a
dvips to run dvipdf. PR: ports/117878 Submitted by: Steve Wills <steve (at) mouf.net>
Notes
Notes: svn path=/head/; revision=204805
Diffstat (limited to 'print/ghostscript-gpl')
-rw-r--r--print/ghostscript-gpl/Makefile3
-rw-r--r--print/ghostscript-gpl/pkg-message4
2 files changed, 7 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile
index 4eddddc11929..cd01e4a891fa 100644
--- a/print/ghostscript-gpl/Makefile
+++ b/print/ghostscript-gpl/Makefile
@@ -295,5 +295,8 @@ post-install:
.endfor
.endif
${ECHO_MSG} "> post-installation tasks completed."
+ @${ECHO_MSG}
+ @${CAT} ${PKGMESSAGE}
+ @${ECHO_MSG}
.include <bsd.port.post.mk>
diff --git a/print/ghostscript-gpl/pkg-message b/print/ghostscript-gpl/pkg-message
new file mode 100644
index 000000000000..115b08862564
--- /dev/null
+++ b/print/ghostscript-gpl/pkg-message
@@ -0,0 +1,4 @@
+Note: in order to use the script dvipdf, dvips must be installed.
+This program may be provided by either print/dvips or print/dvipsk-tetex
+(print/dvipsk-tetex may be preferable since it doesn't conflict with
+tetex things).