diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 15:18:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 15:18:32 +0000 |
commit | e3d128293a60e76f4fccba311e775c0005599ebd (patch) | |
tree | b586c3a412ff340b65ac788bfc63506f68c63c6f /www/sitecopy | |
parent | 60ad86155b401a01e64b933035cd952dee4f3481 (diff) | |
download | pkgsrc-e3d128293a60e76f4fccba311e775c0005599ebd.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'www/sitecopy')
-rw-r--r-- | www/sitecopy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index b69fd41f2c9..faca331a395 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/01/23 21:50:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.24 2004/01/24 15:23:47 grant Exp $ DISTNAME= sitecopy-0.13.4 PKGREVISION= 3 @@ -11,7 +11,7 @@ COMMENT= Utility for synchronizing remote and local web sites BUILD_USES_MSGFMT= # defined -USE_GMAKE= # defined +USE_GNU_TOOLS+= make USE_BUILDLINK2= # defined USE_PKGLOCALEDIR= # defined |