diff options
Diffstat (limited to 'lang/js/Makefile')
-rw-r--r-- | lang/js/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/js/Makefile b/lang/js/Makefile index 0ded37ed68a..8c432e000c2 100644 --- a/lang/js/Makefile +++ b/lang/js/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/07/22 07:40:16 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2006/06/02 16:45:52 joerg Exp $ # DISTNAME= js-0.2.5 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= \ http://www.njs-javascript.org/ \ @@ -15,4 +16,6 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes +INFO_DIR= # PLIST + .include "../../mk/bsd.pkg.mk" |