svn commit: r315077 - head/audio/audiotag
Baptiste Daroussin
bapt at FreeBSD.org
Sat Mar 23 19:36:25 UTC 2013
Author: bapt
Date: Sat Mar 23 19:36:24 2013
New Revision: 315077
URL: http://svnweb.freebsd.org/changeset/ports/315077
Log:
Fix USE_GITHUB in combinaison with MASTER_SITE= GHC which breaks WRKSRC
Drop maintainership
Modified:
head/audio/audiotag/Makefile
Modified: head/audio/audiotag/Makefile
==============================================================================
--- head/audio/audiotag/Makefile Sat Mar 23 19:33:23 2013 (r315076)
+++ head/audio/audiotag/Makefile Sat Mar 23 19:36:24 2013 (r315077)
@@ -6,7 +6,7 @@ PORTREVISION= 1
CATEGORIES= audio multimedia
MASTER_SITES= GHC
-MAINTAINER= bapt at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= A command-line tool for mass tagging/renaming of audio files
LICENSE= GPLv2
@@ -20,6 +20,7 @@ USE_BZIP2= yes
USE_PERL5_RUN= yes
USE_GITHUB= yes
GH_ACCOUNT= Daenyth
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.options.mk>
More information about the svn-ports-all
mailing list