summaryrefslogtreecommitdiffstats
path: root/www/WebMagick
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-12-02 06:20:35 +0000
committerasami <asami@FreeBSD.org>1998-12-02 06:20:35 +0000
commit9ac68f9407d97bd320c36e9e5836e4f347322b02 (patch)
tree38d7a43b3ead91409807bfe775afa2aa387d39e5 /www/WebMagick
parent57892e09c2470e7b82548de86c3763570f1b46c4 (diff)
downloadFreeBSD-ports-9ac68f9407d97bd320c36e9e5836e4f347322b02.zip
FreeBSD-ports-9ac68f9407d97bd320c36e9e5836e4f347322b02.tar.gz
Pre-create ${PREFIX}/www/data -- the mkdir in port's own installation does
not include a "-p".
Diffstat (limited to 'www/WebMagick')
-rw-r--r--www/WebMagick/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile
index a4ccbac..f28fc45 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 \
OpenPOWER on IntegriCloud