svn commit: r374906 - head/audio/gnupod

Mathieu Arnold mat at FreeBSD.org
Thu Dec 18 15:11:39 UTC 2014


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>


More information about the svn-ports-head mailing list