aboutsummaryrefslogtreecommitdiff
path: root/audio/ecasound
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-10 18:21:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-10 18:21:44 +0000
commite99793bc994c2165ceca09aff74405180eb1fe30 (patch)
tree2a6898a5c70ba8c0f59b5a39291a3b6d5a5d7f1f /audio/ecasound
parentc114613a21e9c1dee1e093203a9d4564fb7c23e5 (diff)
downloadports-e99793bc994c2165ceca09aff74405180eb1fe30.tar.gz
ports-e99793bc994c2165ceca09aff74405180eb1fe30.zip
- Fix manpage install
- Bump PORTREVISION Submitted by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=181992
Diffstat (limited to 'audio/ecasound')
-rw-r--r--audio/ecasound/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile
index 915e2881f1fc..ac8f105224c2 100644
--- a/audio/ecasound/Makefile
+++ b/audio/ecasound/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ecasound
PORTVERSION= 2.4.5
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://ecasound.seul.org/download/
@@ -18,7 +19,10 @@ USE_GMAKE= yes
USE_GCC= 3.4+
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CONFIGURE_ARGS= --disable-pyecasound --disable-rubyecasound --with-largefile \
+CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \
+ --disable-pyecasound \
+ --disable-rubyecasound \
+ --with-largefile \
--enable-sys-readline
USE_LDCONFIG= yes