diff options
author | kris <kris@FreeBSD.org> | 2003-01-14 12:17:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-01-14 12:17:21 +0800 |
commit | a4db19aedc328095c414eeb56790ea5c062dd6c9 (patch) | |
tree | a854bfa02dad56bada348ef2c67817751f876ba9 /audio | |
parent | 9d76e4bf5257959ba81b7f63666ccb62abaa0fe0 (diff) | |
download | freebsd-ports-gnome-a4db19aedc328095c414eeb56790ea5c062dd6c9.tar.gz freebsd-ports-gnome-a4db19aedc328095c414eeb56790ea5c062dd6c9.tar.zst freebsd-ports-gnome-a4db19aedc328095c414eeb56790ea5c062dd6c9.zip |
Add some missing manpages
Diffstat (limited to 'audio')
-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:: |