Wed Feb 11 11:41:53 2009 UTC ()
pkgsrc-user@ => pkgsrc-users@.


(obache)
diff -r1.3 -r1.4 pkgsrc/math/fgmp/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/math/fgmp/Makefile (expand / switch to unified diff)

--- pkgsrc/math/fgmp/Makefile 2008/03/04 18:12:59 1.3
+++ pkgsrc/math/fgmp/Makefile 2009/02/11 11:41:53 1.4
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.3 2008/03/04 18:12:59 jlam Exp $ 1# $NetBSD: Makefile,v 1.4 2009/02/11 11:41:53 obache Exp $
2 2
3DISTNAME= fgmp-1.0b5-src-10.10 3DISTNAME= fgmp-1.0b5-src-10.10
4PKGNAME= fgmp-1.0b5 4PKGNAME= fgmp-1.0b5
5CATEGORIES= math 5CATEGORIES= math
6MASTER_SITES= http://hpux.cs.utah.edu/hppd/cgi-bin/redirect?hpux/Maths/Misc/fgmp-1.0b5/ 6MASTER_SITES= http://hpux.cs.utah.edu/hppd/cgi-bin/redirect?hpux/Maths/Misc/fgmp-1.0b5/
7 7
8MAINTAINER= pkgsrc-user@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://hpux.cs.utah.edu/hppd/hpux/Maths/Misc/fgmp-1.0b5/ 9HOMEPAGE= http://hpux.cs.utah.edu/hppd/hpux/Maths/Misc/fgmp-1.0b5/
10COMMENT= Minimalist free re-implementation of GNU multi-precision routines 10COMMENT= Minimalist free re-implementation of GNU multi-precision routines
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 14WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16NO_CONFIGURE= yes 16NO_CONFIGURE= yes
17 17
18INSTALLATION_DIRS= include lib 18INSTALLATION_DIRS= include lib
19 19
20do-build: 20do-build:
21 cd ${WRKSRC} && ( \ 21 cd ${WRKSRC} && ( \