Create ${PREFIX} harvest before installation. The Makefile assumes

it's going to be there.
This commit is contained in:
Satoshi Asami 1997-06-12 17:26:33 +00:00
parent 167ab158f4
commit a1643e2637
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6890

View file

@ -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>