summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-03-12 11:05:37 +0000
committerjmmv <jmmv@pkgsrc.org>2005-03-12 11:05:37 +0000
commit038bfe2603f23c1b7a28549e1b7e150e0081e21e (patch)
tree3e196a15931da716111b16b8b351b5292753c4b0 /audio
parentbc271da5c3846611472d23f049d30c4b92305b26 (diff)
downloadpkgsrc-038bfe2603f23c1b7a28549e1b7e150e0081e21e.tar.gz
Fix INSTALLATION_DIRS. Noticed by Joachim Kuebart in tech-pkg@.
Diffstat (limited to 'audio')
-rw-r--r--audio/tosha/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile
index edde1ddcfa0..d18d6755902 100644
--- a/audio/tosha/Makefile
+++ b/audio/tosha/Makefile
@@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
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"