diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-05 00:02:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-05 00:02:22 +0000 |
commit | 357375eff3741ec796dc1886e7780d1dccb08d2d (patch) | |
tree | bfc053614ced5dd000d581b8968754a039e75ed9 /emulators/raine | |
parent | 11716a6d8a1aa909920598c120f6d8032fc158d3 (diff) | |
download | pkgsrc-357375eff3741ec796dc1886e7780d1dccb08d2d.tar.gz |
Add share/pixmaps to INSTALLATION_DIRS, might fix installation.
Noted by hasso.
Diffstat (limited to 'emulators/raine')
-rw-r--r-- | emulators/raine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index b937024c5c7..6c6468339ea 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/07/22 09:01:26 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2009/08/05 00:02:22 wiz Exp $ # DISTNAME= raines-0.43.3 @@ -20,6 +20,7 @@ MAKE_ENV+= OSTYPE=linux REPLACE_PERL= makedep PTHREAD_OPTS+= require +INSTALLATION_DIRS= share/pixmaps # XXX Really? ONLY_FOR_PLATFORM= *-*-i386 |