1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Create ${PREFIX}/share/doc/ before installing.

This commit is contained in:
Jean-Marc Zucconi 1997-04-06 16:09:01 +00:00
parent 9610d07430
commit 57864cd3de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6151

View File

@ -3,7 +3,7 @@
# Date created: 01 July 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.4 1996/08/27 14:12:18 adam Exp $
# $Id: Makefile,v 1.5 1996/11/11 05:06:55 obrien Exp $
#
DISTNAME= beav-140-6
@ -17,5 +17,8 @@ MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
WRKSRC= ${WRKDIR}/beav-140
PATCH_STRIP= -p1
pre-install:
@${MKDIR} ${PREFIX}/share/doc
.include <bsd.port.mk>