mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Fix accidental dos2unix on non-text-files during build
PR: 204816 Submitted by: lenzi.sergio@gmail.com Approved by: xxjack12xx@gmail.com (maintainer)
This commit is contained in:
parent
793bebb882
commit
39f82d7120
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403661
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= audacity
|
||||
PORTVERSION= 2.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/audacity/audacity/archive/
|
||||
DISTNAME= Audacity-${PORTVERSION}
|
||||
@ -31,6 +32,7 @@ WX_COMPS= wx
|
||||
INSTALLS_ICONS= yes
|
||||
PORTDOCS= README.txt
|
||||
INSTALL_TARGET= install-strip
|
||||
DOS2UNIX_GLOB= Makefile.* *.c* *.h
|
||||
|
||||
OPTIONS_DEFINE= NLS DEBUG DOCS FLAC ID3TAG LADSPA LAME MAD MIDI \
|
||||
SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST
|
||||
|
Loading…
Reference in New Issue
Block a user