summaryrefslogtreecommitdiff
path: root/audio/toolame
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 04:49:45 +0000
committerjlam <jlam>2005-06-17 04:49:45 +0000
commit1aad5aee2827104b1bdda0f0c50042fdfbd16bd4 (patch)
tree60b722189a49bfe1537f12edb5ede23f86aeb41e /audio/toolame
parent1222a7415d276a6e4a3091593789c28357f21d54 (diff)
downloadpkgsrc-1aad5aee2827104b1bdda0f0c50042fdfbd16bd4.tar.gz
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'audio/toolame')
-rw-r--r--audio/toolame/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile
index 6bbe6edbbfc..39c3046a54e 100644
--- a/audio/toolame/Makefile
+++ b/audio/toolame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:39 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/17 04:49:45 jlam Exp $
#
DISTNAME= toolame-02l
@@ -21,9 +21,9 @@ INSTALLATION_DIRS= bin
TOOLAME_HTMLFILES= changes.html default.html psycho.html readme.html vbr.html
do-install:
- ${INSTALL_DATA_DIR} ${LOCALBASE}/share/doc/html/toolame
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/toolame
cd ${WRKSRC}/html; ${INSTALL_DATA} ${TOOLAME_HTMLFILES} \
- ${LOCALBASE}/share/doc/html/toolame
+ ${PREFIX}/share/doc/html/toolame
${INSTALL_PROGRAM} ${WRKSRC}/toolame ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"