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 | |
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')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 3 | ||||
-rw-r--r-- | print/ghostscript-gnu/pkg-message | 4 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 3 | ||||
-rw-r--r-- | print/ghostscript-gpl/pkg-message | 4 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 3 | ||||
-rw-r--r-- | print/ghostscript7/pkg-message | 4 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 3 | ||||
-rw-r--r-- | print/ghostscript8/pkg-message | 4 |
8 files changed, 28 insertions, 0 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index f0c1794d8a1a..f55cceb35e52 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/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/ghostscript-gnu/pkg-message b/print/ghostscript-gnu/pkg-message new file mode 100644 index 000000000000..115b08862564 --- /dev/null +++ b/print/ghostscript-gnu/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). 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). 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). 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> diff --git a/print/ghostscript8/pkg-message b/print/ghostscript8/pkg-message new file mode 100644 index 000000000000..115b08862564 --- /dev/null +++ b/print/ghostscript8/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). |