aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-08-24 00:09:47 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-08-24 00:09:47 +0800
commit846ddf977f7543cd8d41f49d38b5c9fe767de6fe (patch)
tree278a74f9ad56f5ee1e0afff2778146e8119c326c /sysutils
parent1043b5bb16eef7de9fac438c553e16a15462ed02 (diff)
downloadfreebsd-ports-gnome-846ddf977f7543cd8d41f49d38b5c9fe767de6fe.tar.gz
freebsd-ports-gnome-846ddf977f7543cd8d41f49d38b5c9fe767de6fe.tar.zst
freebsd-ports-gnome-846ddf977f7543cd8d41f49d38b5c9fe767de6fe.zip
- Add LICENSE
- Regenerate patches with `make makepatch`
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fusefs-mp3fs/Makefile3
-rw-r--r--sysutils/fusefs-mp3fs/files/patch-src-Makefile.in6
2 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/fusefs-mp3fs/Makefile b/sysutils/fusefs-mp3fs/Makefile
index b67453758c6e..be2377335d6e 100644
--- a/sysutils/fusefs-mp3fs/Makefile
+++ b/sysutils/fusefs-mp3fs/Makefile
@@ -12,6 +12,9 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= ports@FreeBSD.org
COMMENT= FUSE-based filesystem for transcoding flac to mp3 on the fly
+LICENSE= GPLv3 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \
libFLAC.so:${PORTSDIR}/audio/flac \
libid3tag.so:${PORTSDIR}/audio/libid3tag
diff --git a/sysutils/fusefs-mp3fs/files/patch-src-Makefile.in b/sysutils/fusefs-mp3fs/files/patch-src-Makefile.in
index 38e35ea6054d..3266b7582b63 100644
--- a/sysutils/fusefs-mp3fs/files/patch-src-Makefile.in
+++ b/sysutils/fusefs-mp3fs/files/patch-src-Makefile.in
@@ -1,6 +1,6 @@
---- src/Makefile.in 2014-04-09 06:29:47.000000000 +0200
-+++ src/Makefile.in 2014-05-21 18:47:57.000000000 +0200
-@@ -279,7 +279,7 @@
+--- src/Makefile.in.orig 2014-04-09 04:29:47 UTC
++++ src/Makefile.in
+@@ -279,7 +279,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@