diff options
-rw-r--r-- | audio/gnupod/Makefile | 4 |
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> |