diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-24 00:29:58 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-24 00:29:58 +0800 |
commit | 35bfd4e888fa8c05125010d7fd0561961ccd0925 (patch) | |
tree | 4b20e71704078baf03a18afdf52653708e7c96ff /audio/solfege | |
parent | fe167cdd818146f9cb2657d9abdcee316c631a94 (diff) | |
download | marcuscom-ports-35bfd4e888fa8c05125010d7fd0561961ccd0925.tar marcuscom-ports-35bfd4e888fa8c05125010d7fd0561961ccd0925.tar.gz marcuscom-ports-35bfd4e888fa8c05125010d7fd0561961ccd0925.tar.bz2 marcuscom-ports-35bfd4e888fa8c05125010d7fd0561961ccd0925.tar.lz marcuscom-ports-35bfd4e888fa8c05125010d7fd0561961ccd0925.tar.xz marcuscom-ports-35bfd4e888fa8c05125010d7fd0561961ccd0925.tar.zst marcuscom-ports-35bfd4e888fa8c05125010d7fd0561961ccd0925.zip |
Sync w/ FreeBSD ports for --mandir and --infodir.
Hopeful, tomorrow, I will turning into spider-man. I just got a first spider
bite in a few hours ago. WooHoo! It's nothing serious thought, no pain so far.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9235 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/solfege')
-rw-r--r-- | audio/solfege/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index c1acc3130..863408879 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -4,7 +4,7 @@ # Whom: ijliao # # $FreeBSD$ -# $MCom: ports/audio/solfege/Makefile,v 1.3 2007/05/30 17:08:11 mezz Exp $ +# $MCom: ports/audio/solfege/Makefile,v 1.4 2007/06/29 22:55:02 mezz Exp $ # PORTNAME= solfege @@ -27,8 +27,7 @@ USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_XML2PO="" -CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \ - --disable-oss-sound \ +CONFIGURE_ARGS= --disable-oss-sound \ --enable-docbook-stylesheet=${STYLESHEET} MAKE_ARGS= skipmanual=yes |