diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-12 17:26:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-12 17:26:33 +0000 |
commit | a1643e2637803d9d7ade91ef4e38d5044e2f5f3a (patch) | |
tree | ad45783449f638a1d2a2130f5c1f89314fe82b34 /www/harvest/Makefile | |
parent | 167ab158f4563a9c5e8cbcc1c2c01025e19b28ba (diff) | |
download | ports-a1643e2637803d9d7ade91ef4e38d5044e2f5f3a.tar.gz ports-a1643e2637803d9d7ade91ef4e38d5044e2f5f3a.zip |
Create ${PREFIX} harvest before installation. The Makefile assumes
it's going to be there.
Notes
Notes:
svn path=/head/; revision=6890
Diffstat (limited to 'www/harvest/Makefile')
-rw-r--r-- | www/harvest/Makefile | 5 |
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> |