aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-06-13 01:26:33 +0800
committerasami <asami@FreeBSD.org>1997-06-13 01:26:33 +0800
commit14ffde26d5c9e0826cd160fc57661fb15d05a4ca (patch)
treefbe6aea159801874d7393ac1e2bb833f420c9b5e /www
parentfa2c2e12c4f39f04b1ef4297db4fda67cd375172 (diff)
downloadfreebsd-ports-gnome-14ffde26d5c9e0826cd160fc57661fb15d05a4ca.tar.gz
freebsd-ports-gnome-14ffde26d5c9e0826cd160fc57661fb15d05a4ca.tar.zst
freebsd-ports-gnome-14ffde26d5c9e0826cd160fc57661fb15d05a4ca.zip
Create ${PREFIX} harvest before installation. The Makefile assumes
it's going to be there.
Diffstat (limited to 'www')
-rw-r--r--www/harvest/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/harvest/Makefile b/www/harvest/Makefile
index 7fff37f4c27f..ae5dda4aae07 100644
--- a/www/harvest/Makefile
+++ b/www/harvest/Makefile
@@ -3,7 +3,7 @@
# Date created: Fri Mar 1 19:43:52 MET 1996
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.4 1996/11/18 11:41:01 asami Exp $
+# $Id: Makefile,v 1.5 1997/05/28 16:02:39 fenner Exp $
#
DISTNAME= harvest-1.4.pl2
@@ -16,4 +16,7 @@ EXTRACT_SUFX= -src.tar.gz
MAINTAINER= andreas@klemm.gtn.com
+pre-install:
+ ${MKDIR} ${PREFIX}/harvest
+
.include <bsd.port.mk>