diff options
author | jtb <jtb> | 2003-07-24 16:28:55 +0000 |
---|---|---|
committer | jtb <jtb> | 2003-07-24 16:28:55 +0000 |
commit | 06fbea3a5379659ba373284353f54649dd86f869 (patch) | |
tree | a5d998d43b2ef20d56c8a78cc191fd20410e2cfa /math/algae/Makefile | |
parent | 52a4e5b7f40e47d09564f5338764dc3425fa4a50 (diff) | |
download | pkgsrc-06fbea3a5379659ba373284353f54649dd86f869.tar.gz |
Install the include file to ${PREFIX}/include/algae. Fixes leftover
issue from i386 bulk build.
Diffstat (limited to 'math/algae/Makefile')
-rw-r--r-- | math/algae/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile index 5b9c1fe9d46..c2043a13095 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:47:19 grant Exp $ +# $NetBSD: Makefile,v 1.7 2003/07/24 16:28:55 jtb Exp $ DISTNAME= algae-4.1.3 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=algae/} |