diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-05 06:07:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-05 06:07:12 +0800 |
commit | a17961de8eb124bdcae9e74be7f015f6459d3c80 (patch) | |
tree | 5677fb585e61bb0f38eaa222af38dd54c09c07ae /audio | |
parent | 648ca00a751445cdfaf6a5ace224e72542898186 (diff) | |
download | marcuscom-ports-a17961de8eb124bdcae9e74be7f015f6459d3c80.tar marcuscom-ports-a17961de8eb124bdcae9e74be7f015f6459d3c80.tar.gz marcuscom-ports-a17961de8eb124bdcae9e74be7f015f6459d3c80.tar.bz2 marcuscom-ports-a17961de8eb124bdcae9e74be7f015f6459d3c80.tar.lz marcuscom-ports-a17961de8eb124bdcae9e74be7f015f6459d3c80.tar.xz marcuscom-ports-a17961de8eb124bdcae9e74be7f015f6459d3c80.tar.zst marcuscom-ports-a17961de8eb124bdcae9e74be7f015f6459d3c80.zip |
Sync with FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9349 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/muine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index 322d7e570..b893ce2bc 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -3,7 +3,7 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $Id: Makefile,v 1.9 2007-07-30 06:04:51 mezz Exp $ +# $Id: Makefile,v 1.10 2007-08-04 22:07:12 marcus Exp $ # PORTNAME= muine @@ -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 |