aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3gain/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2011-03-12 14:34:14 +0800
committerdinoex <dinoex@FreeBSD.org>2011-03-12 14:34:14 +0800
commit66af969f3bcaf6e3282d284f9958c7232badb0c0 (patch)
tree8b89d378c4852c81ae514b9d14c391fd3dfea4cc /audio/mp3gain/Makefile
parent8ffb859cb915c03f0421954abeccae793b3a229d (diff)
downloadfreebsd-ports-gnome-66af969f3bcaf6e3282d284f9958c7232badb0c0.tar.gz
freebsd-ports-gnome-66af969f3bcaf6e3282d284f9958c7232badb0c0.tar.zst
freebsd-ports-gnome-66af969f3bcaf6e3282d284f9958c7232badb0c0.zip
- Update to 1.5.2
PR: 155464 Submitted by: Anton Yuzhaninov
Diffstat (limited to 'audio/mp3gain/Makefile')
-rw-r--r--audio/mp3gain/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/mp3gain/Makefile b/audio/mp3gain/Makefile
index caa3159e23f4..fce8747624e6 100644
--- a/audio/mp3gain/Makefile
+++ b/audio/mp3gain/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mp3gain
-PORTVERSION= 1.5.1
+PORTVERSION= 1.5.2
CATEGORIES= audio
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\./_/g}-src
@@ -18,13 +18,10 @@ LICENSE= LGPL21
PLIST_FILES= bin/mp3gain
USE_ZIP= yes
+USE_DOS2UNIX= yes
NO_WRKSUBDIR= yes
-pre-patch:
- @${FIND} ${WRKDIR} -type f -print0 | ${XARGS} -0 \
- ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//'
-
post-patch:
@${CP} ${FILESDIR}/Makefile.main ${WRKSRC}/Makefile
@${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/mpglibDBL/Makefile