From 16df6781bc11641570d9d618d02865205f477685 Mon Sep 17 00:00:00 2001 From: Benedikt Meurer Date: Thu, 17 Apr 2003 19:05:18 +0000 Subject: [PATCH] Fixed typo: MOZPLUGDIR -> MOZ_PLUGDIR --- mplayerplugin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mplayerplugin/Makefile b/mplayerplugin/Makefile index 23b1a990d8..574dc070be 100644 --- a/mplayerplugin/Makefile +++ b/mplayerplugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/04/17 19:02:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.4 2003/04/17 19:05:18 bmeurer Exp $ # DISTNAME= mplayerplug-in_v0.71 @@ -21,7 +21,7 @@ USE_X11BASE= YES MOZ_PLUGDIR= ${PREFIX}/lib/mozilla/plugins do-install: - ${INSTALL_DATA_DIR} ${MOZPLUGDIR} + ${INSTALL_DATA_DIR} ${MOZ_PLUGDIR} ${INSTALL_DATA} ${WRKSRC}/mplayerplug-in.so ${MOZ_PLUGDIR} .include "../../mk/bsd.pkg.mk"