From 230c552ee714ee8808fd466147c64beaf072248d Mon Sep 17 00:00:00 2001 From: thierry Date: Tue, 1 Jan 2008 16:45:31 +0000 Subject: Adding a post-installation message , telling the user that he needs a dvips to run dvipdf. PR: ports/117878 Submitted by: Steve Wills --- print/ghostscript8/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'print/ghostscript8/Makefile') 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 -- cgit