diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-10 21:54:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-10 21:54:22 +0800 |
commit | 1ff84f50b1533cd5a8c42e0186b1e45deb0dd22a (patch) | |
tree | cfd6e21c18881279da5bd12975849568e01c0dcb /www/p5-Apache-MP3 | |
parent | 04e349593148d329874b32ea7bec7c84827ee18a (diff) | |
download | freebsd-ports-gnome-1ff84f50b1533cd5a8c42e0186b1e45deb0dd22a.tar.gz freebsd-ports-gnome-1ff84f50b1533cd5a8c42e0186b1e45deb0dd22a.tar.zst freebsd-ports-gnome-1ff84f50b1533cd5a8c42e0186b1e45deb0dd22a.zip |
${PREFIX}/share/${PORTNAME} --> ${DATADIR}
Diffstat (limited to 'www/p5-Apache-MP3')
-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 c2041ecf2c63..225f1d90176f 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> |