diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | 161c920c15367de281f689f6f1177c3a33e63cc6 (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /math/fgmp | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'math/fgmp')
-rw-r--r-- | math/fgmp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/fgmp/Makefile b/math/fgmp/Makefile index 067f7bdc576..79ae4f292df 100644 --- a/math/fgmp/Makefile +++ b/math/fgmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/03 07:53:37 agc Exp $ +# $NetBSD: Makefile,v 1.2 2007/03/24 19:21:28 joerg Exp $ DISTNAME= fgmp-1.0b5-src-10.10 PKGNAME= fgmp-1.0b5 @@ -11,8 +11,9 @@ COMMENT= Minimalist free re-implementation of GNU multi-precision routines WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_LIBTOOL= yes +NO_CONFIGURE= yes -do-configure:; +INSTALLATION_DIRS= include lib do-build: cd ${WRKSRC} && ( \ |