diff options
author | joerg <joerg> | 2006-06-03 01:22:33 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-03 01:22:33 +0000 |
commit | 44489bf088f6742b6410d896f824456af85d6ca8 (patch) | |
tree | 977fa6f29d93f26013ed23ef973ecff3c3637d5f /lang/js | |
parent | 664a49acc74f6bc27d4c1488d05c7fc122ee7a62 (diff) | |
download | pkgsrc-44489bf088f6742b6410d896f824456af85d6ca8.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" |