diff options
author | bouyer <bouyer> | 2008-10-16 20:28:06 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2008-10-16 20:28:06 +0000 |
commit | 7ca5a857689aca88025365296a21f6c4cdbfda04 (patch) | |
tree | 67e97bd1eb7db20bcb0199c7a7835986128a7041 /www/ffproxy/Makefile | |
parent | 6196fbf03f3bbe3a5596f144be52f08a4a636d14 (diff) | |
download | pkgsrc-7ca5a857689aca88025365296a21f6c4cdbfda04.tar.gz |
Fix parameters to setsockop() calls. Bump PKGREVISION.
Diffstat (limited to 'www/ffproxy/Makefile')
-rw-r--r-- | www/ffproxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ffproxy/Makefile b/www/ffproxy/Makefile index 89b3e6c9274..1f90d75a212 100644 --- a/www/ffproxy/Makefile +++ b/www/ffproxy/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:55 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/10/16 20:28:06 bouyer Exp $ DISTNAME= ffproxy-1.6 CATEGORIES= www MASTER_SITES= http://faith.eu.org/ffproxy/ +PKGREVISION= 1 MAINTAINER= niklas@noxa.de HOMEPAGE= http://faith.eu.org/programs.html\#ffproxy |