summaryrefslogtreecommitdiff
path: root/math/cloog/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-04-11 21:22:00 +0000
committerwiz <wiz@pkgsrc.org>2012-04-11 21:22:00 +0000
commitd940e0cc9bf70167c1e6b6529963ebaac16ecb05 (patch)
treeb45c78c8cc56b62004ca13c1130e08938cb51182 /math/cloog/Makefile
parent8137b2a9c979dfac8833602d3f87cd12104c6ec9 (diff)
downloadpkgsrc-d940e0cc9bf70167c1e6b6529963ebaac16ecb05.tar.gz
Fix a sed statement to install an additional file. Bump PKGREVISION.
From Kai-Uwe Eckhardt in private mail.
Diffstat (limited to 'math/cloog/Makefile')
-rw-r--r--math/cloog/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/cloog/Makefile b/math/cloog/Makefile
index a32e9b56d81..3b7837e49dc 100644
--- a/math/cloog/Makefile
+++ b/math/cloog/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2012/04/08 20:47:52 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2012/04/11 21:22:00 wiz Exp $
#
DISTNAME= cloog-0.16.2
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ftp://gcc.gnu.org/pub/gcc/infrastructure/
@@ -13,7 +14,6 @@ LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-#USE_LANGUAGES= c fortran
USE_LANGUAGES= c
USE_LIBTOOL= yes