summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-02 16:45:52 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-02 16:45:52 +0000
commit04019ed5e984b7a679628459f4a1222345a59e67 (patch)
treecbaeda6a81ea437febf50df2dba553c935ff51b3 /lang
parent74ab2e1419beca0ca7f31339b4fb4163ca3a16b9 (diff)
downloadpkgsrc-04019ed5e984b7a679628459f4a1222345a59e67.tar.gz
Use install framework for info pages. Bump revision.
Diffstat (limited to 'lang')
-rw-r--r--lang/js/Makefile5
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"