diff options
author | recht <recht> | 2004-03-06 18:27:47 +0000 |
---|---|---|
committer | recht <recht> | 2004-03-06 18:27:47 +0000 |
commit | 0d42061b58d5640a4c2acd6500e754763648df78 (patch) | |
tree | 2cdf3595588aca1fbd6269bdcaa0ccda0c5bf8f0 /databases | |
parent | e9f1cf0a5dc062ba8963d0c3b53336de11739528 (diff) | |
download | pkgsrc-0d42061b58d5640a4c2acd6500e754763648df78.tar.gz |
Fix typo: =gnats/ should be :=gnats/ in MASTER_SITE_GNU
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gnats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index a807f63a14a..66be0ac5570 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2004/01/25 02:55:14 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/03/06 18:27:47 recht Exp $ DISTNAME= gnats-3.113.1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU=gnats/} +MASTER_SITES= ${MASTER_SITE_GNU:=gnats/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gnats/ |