Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2014 15:11:39 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374906 - head/audio/gnupod
Message-ID:  <201412181511.sBIFBdFj015962@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Dec 18 15:11:38 2014
New Revision: 374906
URL: https://svnweb.freebsd.org/changeset/ports/374906
QAT: https://qat.redports.org/buildarchive/r374906/

Log:
  Update the stupidity fix after BSDPAN removal.
  
  Noticed by:	antoine
  Sponsored by:	Absolight

Modified:
  head/audio/gnupod/Makefile

Modified: head/audio/gnupod/Makefile
==============================================================================
--- head/audio/gnupod/Makefile	Thu Dec 18 14:54:12 2014	(r374905)
+++ head/audio/gnupod/Makefile	Thu Dec 18 15:11:38 2014	(r374906)
@@ -45,7 +45,7 @@ gnupod.texi fdl.texi version.texi ipod.s
 	# It tries to guess where it should install it's Perl modules, gets it
 	# wrong, and put them in BSDPAN, so move stuff at the right place.
 	@${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}
-	${MV} ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/BSDPAN/GNUpod ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}
-	@${RMDIR} -p ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/BSDPAN 2>/dev/null || :
+	${MV} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/GNUpod ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}
+	@${RMDIR} -p ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL} 2>/dev/null || :
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412181511.sBIFBdFj015962>