Fix install target by renaming install instructions to install.txt

This commit is contained in:
Ben Collver 2005-02-13 19:03:38 +00:00 committed by Thomas Klausner
parent 1515b3229c
commit 3323ba7fa9

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2005/02/13 18:57:19 bencollver Exp $
# $NetBSD: Makefile,v 1.2 2005/02/13 19:03:38 bencollver Exp $
#
DISTNAME= mpcsv7-src-1.15t
@ -35,5 +35,8 @@ SUBST_SED.osconf+= -e 's,\#define USE_ASM,// &,g'
BUILD_DEPENDS= nasm>=0.98:../../devel/nasm
.endif
pre-patch:
cd ${WRKSRC} && ${MV} install install.txt
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"