aboutsummaryrefslogtreecommitdiff
path: root/editors/beav
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1997-04-06 16:09:01 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1997-04-06 16:09:01 +0000
commit57864cd3de20dccfc1e68e9ea9427c472e76e9e4 (patch)
tree871f9749ee93e40c0f557a43e8fc68ca29ec2e78 /editors/beav
parent9610d07430ade7f32418af8bb2fe5de4cd6448aa (diff)
downloadports-57864cd3de20dccfc1e68e9ea9427c472e76e9e4.tar.gz
ports-57864cd3de20dccfc1e68e9ea9427c472e76e9e4.zip
Create ${PREFIX}/share/doc/ before installing.
Notes
Notes: svn path=/head/; revision=6151
Diffstat (limited to 'editors/beav')
-rw-r--r--editors/beav/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile
index 3f4b0a0f52e9..a071a00a5bca 100644
--- a/editors/beav/Makefile
+++ b/editors/beav/Makefile
@@ -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>