diff options
Diffstat (limited to 'www/p5-Apache-MP3/Makefile')
-rw-r--r-- | www/p5-Apache-MP3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-Apache-MP3/Makefile b/www/p5-Apache-MP3/Makefile index c2041ec..225f1d9 100644 --- a/www/p5-Apache-MP3/Makefile +++ b/www/p5-Apache-MP3/Makefile @@ -27,9 +27,8 @@ MAN3= Apache::MP3.3 \ Apache::MP3::Resample.3 \ Apache::MP3::Sorted.3 -PKGDATADIR= ${PREFIX}/share/${PORTNAME} post-install: - ${MKDIR} ${PKGDATADIR} - ${INSTALL_DATA} ${WRKSRC}/apache_mp3/* ${PKGDATADIR} + ${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/apache_mp3/* ${DATADIR} .include <bsd.port.mk> |