pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/tosha Fix INSTALLATION_DIRS. Noticed by Joachim...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/505c49fe4462
branches:  trunk
changeset: 490482:505c49fe4462
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Mar 12 11:05:37 2005 +0000

description:
Fix INSTALLATION_DIRS.  Noticed by Joachim Kuebart in tech-pkg@.

diffstat:

 audio/tosha/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a1b0b1f6af04 -r 505c49fe4462 audio/tosha/Makefile
--- a/audio/tosha/Makefile      Sat Mar 12 10:23:57 2005 +0000
+++ b/audio/tosha/Makefile      Sat Mar 12 11:05:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/02/14 08:19:33 uebayasi Exp $
+# $NetBSD: Makefile,v 1.10 2005/03/12 11:05:37 jmmv Exp $
 # FreeBSD Id: Makefile,v 1.2 1997/05/25 08:58:43 andreas Exp
 #
 
@@ -15,7 +15,7 @@
 USE_BUILDLINK3=        yes
 CPPFLAGS+=     -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
 
-INSTALLATION_DIRS=     bin/man/man1
+INSTALLATION_DIRS=     bin man/man1
 
 .include "../../devel/libscsi/buildlink3.mk"
 .include "../../mk/ossaudio.buildlink3.mk"



Home | Main Index | Thread Index | Old Index