diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-03 01:22:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-03 01:22:33 +0000 |
commit | 23584650b800394e6656219a47469ae68091cc49 (patch) | |
tree | 977fa6f29d93f26013ed23ef973ecff3c3637d5f /lang/js | |
parent | 6e51c01f473c0f526f3c286409ab60e4dbb6bbaf (diff) | |
download | pkgsrc-23584650b800394e6656219a47469ae68091cc49.tar.gz |
Correct myself: it's INFO_FILES, not INFO_DIR. Ride earlier bump.
Diffstat (limited to 'lang/js')
-rw-r--r-- | lang/js/Makefile | 4 |
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" |