summaryrefslogtreecommitdiff
path: root/www/ns-plugger-communicator
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-01 09:41:13 +0000
committerjlam <jlam@pkgsrc.org>2001-11-01 09:41:13 +0000
commit1ea58d26e32cd3e5c9dcef68b3d89e8c1b40f364 (patch)
tree1f39af92e9ae3b85e6995203a635d8b2ae73e9e2 /www/ns-plugger-communicator
parent6fc613f97a0aaf3ffa0cf3bc3a76434b0f60bdfe (diff)
downloadpkgsrc-1ea58d26e32cd3e5c9dcef68b3d89e8c1b40f364.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-communicator')
-rw-r--r--www/ns-plugger-communicator/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ns-plugger-communicator/Makefile b/www/ns-plugger-communicator/Makefile
index c658efd589b..8d814018b52 100644
--- a/www/ns-plugger-communicator/Makefile
+++ b/www/ns-plugger-communicator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:53 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2001/11/01 09:41:14 jlam Exp $
#
COMMENT= streaming multimedia plugin for Netscape (communicator)
@@ -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"