diff options
author | ben <ben@pkgsrc.org> | 2004-01-07 23:10:17 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-01-07 23:10:17 +0000 |
commit | e2f3e6a525e7886a6ea71264c4091131630fd716 (patch) | |
tree | 68d193122c6de19d5a129c522f4f0f070830ab9b /security | |
parent | 741dcd3851718697b33553f211b15b6ca897ae46 (diff) | |
download | pkgsrc-e2f3e6a525e7886a6ea71264c4091131630fd716.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'security')
-rw-r--r-- | security/fprot-workstation-bin/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/fprot-workstation-bin/Makefile b/security/fprot-workstation-bin/Makefile index 006caec131a..d550c983f76 100644 --- a/security/fprot-workstation-bin/Makefile +++ b/security/fprot-workstation-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/07 18:47:00 ben Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/07 23:10:17 ben Exp $ # DISTNAME= fp-netbsd-ws-4.3.1 @@ -13,6 +13,8 @@ COMMENT= F-prot antivirus for home users DEPENDS+= p5-libwww>=5.69:../../www/p5-libwww +PKG_INSTALLATION_TYPES= overwrite pkgviews + ONLY_FOR_PLATFORM= NetBSD-*-i386 RESTRICTED= "Redistribution not permitted" NO_SRC_ON_CDROM= ${RESTRICTED} @@ -22,7 +24,7 @@ NO_SRC_ON_FTP= ${RESTRICTED} LICENSE= fprot-workstation-license NO_BUILD= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes post-patch: cd ${WRKSRC}/tools && ${MV} check-updates.pl check-updates.pl.bak @@ -52,5 +54,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/doc_ws/* \ ${PREFIX}/share/doc/html/fprot-workstation-bin -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |