mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Add LICENSE
- Regenerate patches with `make makepatch`
This commit is contained in:
parent
ddb297a16e
commit
6902487fc1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395108
@ -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
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user