aboutsummaryrefslogtreecommitdiffstats
path: root/print/dvips
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-02-15 10:21:43 +0800
committerjmz <jmz@FreeBSD.org>1995-02-15 10:21:43 +0800
commitc1cdff4b8296bda58e13d3d2fe1d8d0f60e5445d (patch)
treea00eb9652eadd5cd13ee7919764d178a027e5293 /print/dvips
parentb6bcaf9fc12738dc65606efd2a7f06efb6aace0f (diff)
downloadfreebsd-ports-gnome-c1cdff4b8296bda58e13d3d2fe1d8d0f60e5445d.tar.gz
freebsd-ports-gnome-c1cdff4b8296bda58e13d3d2fe1d8d0f60e5445d.tar.zst
freebsd-ports-gnome-c1cdff4b8296bda58e13d3d2fe1d8d0f60e5445d.zip
Create destination directories
Diffstat (limited to 'print/dvips')
-rw-r--r--print/dvips/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/dvips/Makefile b/print/dvips/Makefile
index 925982387fcd..7dc7169a7648 100644
--- a/print/dvips/Makefile
+++ b/print/dvips/Makefile
@@ -3,4 +3,8 @@ DISTNAME= dvips
MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/dviware/dvips/
IS_INTERACTIVE= yes
+pre-install:
+ @mkdir -p ${PREFIX}/lib/texmf
+ @mkdir -p ${PREFIX}/man/man1
+
.include <bsd.port.mk>