diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2008-01-01 16:45:31 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2008-01-01 16:45:31 +0000 |
commit | eeafa3c831f5ea9f6ff5d5599f768304142b6306 (patch) | |
tree | 3f005a4715e39ff14150bcac9345d897f1bc1dad /print/ghostscript7 | |
parent | b81d36b196acc201aaa2334073da1d2d862983f5 (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/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 3 | ||||
-rw-r--r-- | print/ghostscript7/pkg-message | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index f0c1794d8a1a..f55cceb35e52 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -645,5 +645,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/ghostscript7/pkg-message b/print/ghostscript7/pkg-message new file mode 100644 index 000000000000..115b08862564 --- /dev/null +++ b/print/ghostscript7/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). |