summaryrefslogtreecommitdiff
path: root/www/ns-plugger-navigator
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-01 09:41:13 +0000
committerjlam <jlam>2001-11-01 09:41:13 +0000
commit988588d3973acbba5849b28d33307539acb61efd (patch)
tree1f39af92e9ae3b85e6995203a635d8b2ae73e9e2 /www/ns-plugger-navigator
parentc01d87d89204b9baccc1149904805ffac678f2b3 (diff)
downloadpkgsrc-988588d3973acbba5849b28d33307539acb61efd.tar.gz
Change reachover references into another package's pkg/ directory into
references to the other package's base directory. This is needed after the files in the pkg/ directory were dispersed into the base directory.
Diffstat (limited to 'www/ns-plugger-navigator')
-rw-r--r--www/ns-plugger-navigator/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ns-plugger-navigator/Makefile b/www/ns-plugger-navigator/Makefile
index e9960bb535d..5e51a6f2947 100644
--- a/www/ns-plugger-navigator/Makefile
+++ b/www/ns-plugger-navigator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:54 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2001/11/01 09:41:14 jlam Exp $
#
COMMENT= streaming multimedia plugin for Netscape (navigator)
@@ -8,7 +8,7 @@ COMMONDIR= ../ns-plugger-common
DEPENDS+= ns-plugger-common-[0-9]*:${COMMONDIR}
-PLIST_SRC= ${.CURDIR}/pkg/PLIST
-PKGDIR= ${.CURDIR}/${COMMONDIR}/pkg
+PLIST_SRC= ${.CURDIR}/PLIST
+PKGDIR= ${.CURDIR}/${COMMONDIR}
.include "${COMMONDIR}/Makefile"