aboutsummaryrefslogtreecommitdiff
path: root/audio/gnupod
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-12-18 15:11:38 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-12-18 15:11:38 +0000
commitf188fbe0282677dcececefacb1840843e7567421 (patch)
tree26c5c3104b4d9270f6ae71f83916b416e27cedf1 /audio/gnupod
parentd5e5cb857db026d80ebd05ec86544955bed99431 (diff)
downloadports-f188fbe0282677dcececefacb1840843e7567421.tar.gz
ports-f188fbe0282677dcececefacb1840843e7567421.zip
Update the stupidity fix after BSDPAN removal.
Noticed by: antoine Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=374906
Diffstat (limited to 'audio/gnupod')
-rw-r--r--audio/gnupod/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile
index 98d38b411b1a..f3655c712c9f 100644
--- a/audio/gnupod/Makefile
+++ b/audio/gnupod/Makefile
@@ -45,7 +45,7 @@ gnupod.texi fdl.texi version.texi ipod.svg
# 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>