aboutsummaryrefslogtreecommitdiff
path: root/www/harvest
diff options
context:
space:
mode:
Diffstat (limited to 'www/harvest')
-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>