From 087b0988c7c2bfaa3823a225f61757e9256e11a3 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 16 Jun 2005 06:57:37 +0000 Subject: Create directories before installing files into them. --- devel/cvs2p4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/cvs2p4') diff --git a/devel/cvs2p4/Makefile b/devel/cvs2p4/Makefile index e4cdad016d3..25f0e63a015 100644 --- a/devel/cvs2p4/Makefile +++ b/devel/cvs2p4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:30:06 grant Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:45 jlam Exp $ # DISTNAME= cvs2p4-2.3.3 @@ -32,6 +32,8 @@ FILES_SUBST+= P4PORT=${P4PORT:Q} CVS2P4_INLIB= $$Mydir/lib/util\.pl CVS2P4_OUTLIB= ${LIBDIR}/${PKGBASE}-util.pl +INSTALLATION_DIRS= bin ${LIBDIR} + do-configure: for f in ${WRKSRC}/bin/*; do \ ( ${ECHO} \#!${PERL5}; ${CAT} $${f} ) | ${SED} -e '2,5d' \ -- cgit v1.2.3