diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2015-08-19 07:48:01 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2015-08-19 07:48:01 +0000 |
commit | e0a0278a188efaf016239d5c76c73f539c2d5ac4 (patch) | |
tree | 3877ea507bea6389e519cbc1bbae09ff318d6625 | |
parent | e0063e4c482878db798db6b9f1e44666796dd09b (diff) | |
download | ports-e0a0278a188efaf016239d5c76c73f539c2d5ac4.tar.gz ports-e0a0278a188efaf016239d5c76c73f539c2d5ac4.zip |
Notes
-rw-r--r-- | sysutils/fusefs-mp3fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-mp3fs/Makefile b/sysutils/fusefs-mp3fs/Makefile index 3fcafe864de5..b67453758c6e 100644 --- a/sysutils/fusefs-mp3fs/Makefile +++ b/sysutils/fusefs-mp3fs/Makefile @@ -9,7 +9,7 @@ CATEGORIES= sysutils audio MASTER_SITES= https://github.com/khenriks/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= fusefs- -MAINTAINER= sterum@overrider.at +MAINTAINER= ports@FreeBSD.org COMMENT= FUSE-based filesystem for transcoding flac to mp3 on the fly LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \ |