forked from Lainports/freebsd-ports
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>
This commit is contained in:
parent
b81d36b196
commit
eeafa3c831
8 changed files with 28 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
4
print/ghostscript-gnu/pkg-message
Normal file
4
print/ghostscript-gnu/pkg-message
Normal file
|
|
@ -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).
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
4
print/ghostscript-gpl/pkg-message
Normal file
4
print/ghostscript-gpl/pkg-message
Normal file
|
|
@ -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).
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
4
print/ghostscript7/pkg-message
Normal file
4
print/ghostscript7/pkg-message
Normal file
|
|
@ -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).
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
4
print/ghostscript8/pkg-message
Normal file
4
print/ghostscript8/pkg-message
Normal file
|
|
@ -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).
|
||||
Loading…
Add table
Reference in a new issue