summaryrefslogtreecommitdiff
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
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
-rw-r--r--print/ghostscript-gnu/Makefile3
-rw-r--r--print/ghostscript-gnu/pkg-message4
-rw-r--r--print/ghostscript-gpl/Makefile3
-rw-r--r--print/ghostscript-gpl/pkg-message4
-rw-r--r--print/ghostscript7/Makefile3
-rw-r--r--print/ghostscript7/pkg-message4
-rw-r--r--print/ghostscript8/Makefile3
-rw-r--r--print/ghostscript8/pkg-message4
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).