diff options
author | jmz <jmz@FreeBSD.org> | 1995-04-20 02:04:02 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-04-20 02:04:02 +0000 |
commit | ea0f788962fb24803f749fe078a25bf5981ffbf1 (patch) | |
tree | be3ad6147f4578082d5d10342549b95751d5d06f /print/dvips/Makefile | |
parent | bf24c42bb0cbe62fd84daeeadf82434899de418b (diff) | |
download | FreeBSD-ports-ea0f788962fb24803f749fe078a25bf5981ffbf1.zip FreeBSD-ports-ea0f788962fb24803f749fe078a25bf5981ffbf1.tar.gz |
The configure script now propose to create fonts in the default tex
font directory instead of /tmp.
If the user choose the defaults, then the mode of font directory is
changed to 1777 at install time.
Diffstat (limited to 'print/dvips/Makefile')
-rw-r--r-- | print/dvips/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/dvips/Makefile b/print/dvips/Makefile index 7ff7ef1..c658c8f 100644 --- a/print/dvips/Makefile +++ b/print/dvips/Makefile @@ -3,7 +3,7 @@ # Date created: 30 September 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.6 1995/04/15 04:33:41 asami Exp $ # DISTNAME= dvips @@ -19,5 +19,6 @@ IS_INTERACTIVE= yes pre-install: @mkdir -p ${PREFIX}/lib/texmf @mkdir -p ${PREFIX}/man/man1 + @if -f ${SCRIPTDIR}/install.tmp; then sh ${SCRIPTDIR}/install.tmp; fi .include <bsd.port.mk> |