summaryrefslogtreecommitdiff
path: root/lang/intercal/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2010-11-30 20:13:29 +0000
committerdrochner <drochner>2010-11-30 20:13:29 +0000
commit74d0cf7beb9db24fb81958e439448488213cedae (patch)
treec6f2240decc70f1b0532622068fa87d0e0beb8b9 /lang/intercal/Makefile
parentb15da12140930c19c843cb110153db63ce6fc68e (diff)
downloadpkgsrc-74d0cf7beb9db24fb81958e439448488213cedae.tar.gz
update to 0.29
changes: -added regression-test suite -two new compiler error messages, E990 and E994 -floating-point library is now automatically included if a program NEXTs to labels in the range 5000-5999 -misc fixes
Diffstat (limited to 'lang/intercal/Makefile')
-rw-r--r--lang/intercal/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile
index 85e2ee11e2f..3fc7b318d41 100644
--- a/lang/intercal/Makefile
+++ b/lang/intercal/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2010/01/02 12:49:43 drochner Exp $
+# $NetBSD: Makefile,v 1.11 2010/11/30 20:13:29 drochner Exp $
#
-DISTNAME= intercal-0.24
+DISTNAME= intercal-0.29
CATEGORIES= lang
MASTER_SITES= http://www.catb.org/~esr/intercal/
@@ -14,12 +14,11 @@ USE_TOOLS+= flex yacc
GNU_CONFIGURE= yes
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS+= bin lib
+INFO_FILES= yes
CONFIGURE_ENV+= LEX="flex -l"
-SUBST_CLASSES+= prefix
-SUBST_STAGE.prefix= post-patch
-SUBST_FILES.prefix= perpetrate.c
-SUBST_VARS.prefix= PREFIX
+do-test:
+ cd ${WRKSRC}/pit && ${MAKE}
.include "../../mk/bsd.pkg.mk"