diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-08-04 11:41:30 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-08-04 11:41:30 +0000 |
commit | 42542fb07642b8336e808272918f3ae46aa67e0b (patch) | |
tree | 98ff235c33c6493aa26457284f122652c38935f7 /audio/muine | |
parent | 4c9cd257fd4e6eca46807a43e128d298429ee3cd (diff) |
Notes
Diffstat (limited to 'audio/muine')
-rw-r--r-- | audio/muine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index 6451302004a9..c61b556ef7a3 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -29,7 +29,7 @@ INSTALLS_ICONS= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ - GACUTIL_FLAGS="/package muine /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(libdir)" + GACUTIL_FLAGS="/package muine /gacdir $(libdir) /root $(libdir)" GCONF_SCHEMAS= muine.schemas |