diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /net/sitescooper | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'net/sitescooper')
-rw-r--r-- | net/sitescooper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sitescooper/Makefile b/net/sitescooper/Makefile index b99e0e2ec5d..7688463160d 100644 --- a/net/sitescooper/Makefile +++ b/net/sitescooper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/07/16 01:19:16 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:25 rillig Exp $ # DISTNAME= sitescooper-2.2.8 @@ -14,7 +14,7 @@ DEPENDS+= p5-libwww>=5.46:../../www/p5-libwww DEPENDS+= pilotmgr-[0-9]*:../../comms/pilotmgr USE_TOOLS+= perl:run -NO_BUILD= # defined +NO_BUILD= yes INSTALLATION_DIRS= bin etc man/man1 |