diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-01-14 04:17:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-01-14 04:17:21 +0000 |
commit | c29229d88e1cc097d7e5baa87b023203a44c0895 (patch) | |
tree | d1915bcc241ff8eb1d45085e404efacdab5cecbf /audio/ecasound/Makefile | |
parent | 8bcac412d7427bfaa8c6134b8d055dff5c76080c (diff) | |
download | ports-c29229d88e1cc097d7e5baa87b023203a44c0895.tar.gz ports-c29229d88e1cc097d7e5baa87b023203a44c0895.zip |
Notes
Diffstat (limited to 'audio/ecasound/Makefile')
-rw-r--r-- | audio/ecasound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile index 251af93c486d..fb010c0dcc87 100644 --- a/audio/ecasound/Makefile +++ b/audio/ecasound/Makefile @@ -55,7 +55,8 @@ PLIST_SUB+= WITH_PYECASOUND="@comment " EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure.in-optimizations .endif -MAN1= ecasound-iam.1 ecasound.1 ecatools.1 +MAN1= ecasound-iam.1 ecasound.1 ecatools.1 ecaconvert.1 \ + ecafixdc.1 ecanormalize.1 ecaplay.1 ecasignalview.1 MAN5= ecasoundrc.5 pre-everything:: |