diff options
author | snj <snj@pkgsrc.org> | 2004-04-27 03:09:57 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-27 03:09:57 +0000 |
commit | 7bdebf24803487049941804bf2aac9ebc164c856 (patch) | |
tree | eac6ef5b03c91018b18823ef21153f9000aa747d /devel/libctl | |
parent | d130ecc51b7c4390111ad9153525cc4d08207fd0 (diff) | |
download | pkgsrc-7bdebf24803487049941804bf2aac9ebc164c856.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'devel/libctl')
-rw-r--r-- | devel/libctl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libctl/Makefile b/devel/libctl/Makefile index abe0558ae15..9c92aade5bf 100644 --- a/devel/libctl/Makefile +++ b/devel/libctl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/17 21:31:22 grant Exp $ +# $NetBSD: Makefile,v 1.18 2004/04/27 03:09:58 snj Exp $ DISTNAME= libctl-2.2 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://ab-initio.mit.edu/libctl/ COMMENT= Guile-based flexible control file library for scientific simulations GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libctl @@ -18,5 +18,5 @@ post-install: cd ${WRKSRC} && ${INSTALL_DATA} COPYING COPYRIGHT ChangeLog \ NEWS README ${PREFIX}/share/doc/libctl/ -.include "../../lang/guile/buildlink2.mk" +.include "../../lang/guile/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |