diff options
author | thierry <thierry@FreeBSD.org> | 2008-01-02 00:45:31 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2008-01-02 00:45:31 +0800 |
commit | 230c552ee714ee8808fd466147c64beaf072248d (patch) | |
tree | b0068f089b9e7828438f7d24c1fe0320cebb0fa0 /print/ghostscript8/Makefile | |
parent | 6e1737af4a9e02f72a86d4ba6fbac60a491deb4e (diff) | |
download | freebsd-ports-gnome-230c552ee714ee8808fd466147c64beaf072248d.tar.gz freebsd-ports-gnome-230c552ee714ee8808fd466147c64beaf072248d.tar.zst freebsd-ports-gnome-230c552ee714ee8808fd466147c64beaf072248d.zip |
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>
Diffstat (limited to 'print/ghostscript8/Makefile')
-rw-r--r-- | print/ghostscript8/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 4eddddc11929..cd01e4a891fa 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/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> |