summaryrefslogtreecommitdiff
path: root/print/dvips
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-02-15 02:21:43 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-02-15 02:21:43 +0000
commitf87fbc766ff56de8cff2130e0563abd439d4d42c (patch)
tree01ef1dc1f21616bd66477c36569eafcbe1ee1057 /print/dvips
parentJordan missed taking vic outa here when he moved it.. (diff)
Create destination directories
Notes
Notes: svn path=/head/; revision=981
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>