diff options
author | wiz <wiz> | 2005-11-11 21:14:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-11-11 21:14:50 +0000 |
commit | 934c6c5d4eb5772dbd06eb97d925e2da8ff4bbfa (patch) | |
tree | ee8426c3555fa97a7d6243f774c2f3c916d96d6e /net/gofish/Makefile | |
parent | e8ce1d7371dd7c19f51824916c48adfff68f7986 (diff) | |
download | pkgsrc-934c6c5d4eb5772dbd06eb97d925e2da8ff4bbfa.tar.gz |
Fix CHECK_FILES installation. Patch from Emil Skoeldberg.
Bump PKGREVISION.
Diffstat (limited to 'net/gofish/Makefile')
-rw-r--r-- | net/gofish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gofish/Makefile b/net/gofish/Makefile index 66762ee0dba..d926b20715b 100644 --- a/net/gofish/Makefile +++ b/net/gofish/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2005/11/02 19:13:00 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/11/11 21:14:50 wiz Exp $ DISTNAME= gofish-1.1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gofish/} |