From 404ba24c8a676e18d41ac7b91e2e2cdf86d17fbc Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 29 Sep 1994 13:48:42 +0000 Subject: [PATCH] Make sure /usr/local/share/psutils exists. Submitted by: jmz --- print/psutils-letter/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile index c38a1f13a32a..60b18e7fc3fd 100644 --- a/print/psutils-letter/Makefile +++ b/print/psutils-letter/Makefile @@ -2,4 +2,7 @@ DISTNAME= psutils-1.13 WRKSRC= $(WRKDIR)/src-1.3 MASTER_SITES= ftp://ftp.sunet.se/pub/text-processing/postscript/utilities/psutils/ +pre-install: + @mkdir -p /usr/local/share/psutils + .include