diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 17:33:47 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 17:33:47 +0000 |
commit | 367578c3c8abce90c366aaebe09fa2252cd88e2e (patch) | |
tree | 5eba56d0d0d079a39a3a0e0df73984e8b5474969 /news/inn | |
parent | eae4ce120f70283ae307b9d28c95ee8ae1341124 (diff) | |
download | pkgsrc-367578c3c8abce90c366aaebe09fa2252cd88e2e.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 13ece9ab285..4f5b9a58b28 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2004/02/01 01:43:30 jlam Exp $ +# $NetBSD: Makefile,v 1.54 2004/04/11 17:33:47 snj Exp $ DISTNAME= inn-${INN_VERSION} PKGREVISION= 1 @@ -22,7 +22,7 @@ INN_VERSION= 2.3.5 BUILD_DEFS+= INN_DATA_DIR FILES_SUBST+= INN_DATA_DIR=${INN_DATA_DIR} -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES GNU_CONFIGURE_PREFIX= ${INN_PREFIX} @@ -120,5 +120,5 @@ post-install: ${INSTALL_DATA} $$FILE ${EXAMPLEDIR}; \ done -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |