diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-11-21 23:06:11 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-11-21 23:06:11 +0000 |
commit | 6145fa17ee11c420c94c408994e47d8e55299ee6 (patch) | |
tree | efae925a4962d918f834e0df4ee44917ccc2d06a /chat/dircproxy/Makefile | |
parent | 6391f3e0ccdbcce07cd7b9edf7b29f1a5ba7371f (diff) | |
download | pkgsrc-6145fa17ee11c420c94c408994e47d8e55299ee6.tar.gz |
Replace -p with --pid-file in startup script, reported by Michael Pasternak
pkg/23527. Bump PKGREVISION.
Diffstat (limited to 'chat/dircproxy/Makefile')
-rw-r--r-- | chat/dircproxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/dircproxy/Makefile b/chat/dircproxy/Makefile index 24aceece2a7..fd955ee09f8 100644 --- a/chat/dircproxy/Makefile +++ b/chat/dircproxy/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/09/02 12:45:26 seb Exp $ +# $NetBSD: Makefile,v 1.5 2003/11/21 23:06:11 xtraeme Exp $ DISTNAME= dircproxy-1.0.5 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://www.dircproxy.net/download/stable/ |