summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-03 01:22:33 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-03 01:22:33 +0000
commit23584650b800394e6656219a47469ae68091cc49 (patch)
tree977fa6f29d93f26013ed23ef973ecff3c3637d5f
parent6e51c01f473c0f526f3c286409ab60e4dbb6bbaf (diff)
downloadpkgsrc-23584650b800394e6656219a47469ae68091cc49.tar.gz
Correct myself: it's INFO_FILES, not INFO_DIR. Ride earlier bump.
-rw-r--r--lang/js/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/js/Makefile b/lang/js/Makefile
index 8c432e000c2..c125449a928 100644
--- a/lang/js/Makefile
+++ b/lang/js/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/06/02 16:45:52 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/06/03 01:22:33 joerg Exp $
#
DISTNAME= js-0.2.5
@@ -16,6 +16,6 @@ USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-INFO_DIR= # PLIST
+INFO_FILES= # PLIST
.include "../../mk/bsd.pkg.mk"