aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-11 02:21:44 +0800
committermiwi <miwi@FreeBSD.org>2007-01-11 02:21:44 +0800
commitbd243df20f71d098dfb6f62f1eff535060e72a67 (patch)
tree16740ef1a7f35cb26387c212a744e1aad5f38385 /audio
parent4454bac8862f985c989f580190f09c0c642ea9e0 (diff)
downloadfreebsd-ports-graphics-bd243df20f71d098dfb6f62f1eff535060e72a67.tar.gz
freebsd-ports-graphics-bd243df20f71d098dfb6f62f1eff535060e72a67.tar.zst
freebsd-ports-graphics-bd243df20f71d098dfb6f62f1eff535060e72a67.zip
- Fix manpage install
- Bump PORTREVISION Submitted by: pointyhat via kris
Diffstat (limited to 'audio')
-rw-r--r--audio/ecasound/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile
index 915e2881f1f..ac8f105224c 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