diff options
author | pav <pav@FreeBSD.org> | 2004-08-19 20:47:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-19 20:47:48 +0800 |
commit | f347c0c322aeb309d168b61e079d6e05c6b35693 (patch) | |
tree | e3208fb1125edcb4b38bd2f2162eaacfde9d40d5 /audio/sox | |
parent | 6600e51ff375c737e7b423215679eef3b5e05f92 (diff) | |
download | freebsd-ports-gnome-f347c0c322aeb309d168b61e079d6e05c6b35693.tar.gz freebsd-ports-gnome-f347c0c322aeb309d168b61e079d6e05c6b35693.tar.zst freebsd-ports-gnome-f347c0c322aeb309d168b61e079d6e05c6b35693.zip |
- Register conflicts over ${PREFIX}/bin/play file
Submitted by: Tomas Pluskal <plusik@pohoda.cz> over CZ/SK users mailing list
Diffstat (limited to 'audio/sox')
-rw-r--r-- | audio/sox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index 4b10f7a15bef..95b7a7762f8b 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= sox MAINTAINER= dnelson@allantgroup.com COMMENT= SOund eXchange - universal sound sample translator +CONFLICTS= play-* + MAN1= sox.1 play.1 soxexam.1 MLINKS= play.1 rec.1 sox.1 soxmix.1 GNU_CONFIGURE= yes |