From 9ac68f9407d97bd320c36e9e5836e4f347322b02 Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 2 Dec 1998 06:20:35 +0000 Subject: Pre-create ${PREFIX}/www/data -- the mkdir in port's own installation does not include a "-p". --- www/WebMagick/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www/WebMagick') diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile index a4ccbac1f034..f28fc45fa80b 100644 --- a/www/WebMagick/Makefile +++ b/www/WebMagick/Makefile @@ -4,7 +4,7 @@ # Date created: 20 May 1998 # Whom: ache # -# $Id: Makefile,v 1.8 1998/09/22 23:33:08 asami Exp $ +# $Id: Makefile,v 1.9 1998/10/07 10:15:19 ache Exp $ # DISTNAME= WebMagick-1.44 @@ -24,6 +24,9 @@ CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \ webmagick_cv_maptype=ncsa \ PERL=${PERL} +pre-install: + @${MKDIR} ${PREFIX}/www/data + post-install: cd ${WRKSRC}; \ if [ ! -f ${PREFIX}/etc/webmagickrc ] ; then \ -- cgit