Fixed typo: MOZPLUGDIR -> MOZ_PLUGDIR

This commit is contained in:
Benedikt Meurer 2003-04-17 19:05:18 +00:00
parent 504717598a
commit 16df6781bc

View file

@ -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"