Create ${PREFIX} harvest before installation. The Makefile assumes
it's going to be there.
This commit is contained in:
parent
167ab158f4
commit
a1643e2637
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6890
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue