diff options
author | is <is@pkgsrc.org> | 2005-10-17 20:18:34 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2005-10-17 20:18:34 +0000 |
commit | 31020cca8a0df57abf42ff317381977546b5c68c (patch) | |
tree | 25b175fd7ba8936f085686a1ef449352e01b9b63 /lang/mpd/Makefile | |
parent | 684dd7d6cc0a9cef5175b27118c802037710b092 (diff) | |
download | pkgsrc-31020cca8a0df57abf42ff317381977546b5c68c.tar.gz |
String-Pointer conversion patches from NetBSD sr package
Diffstat (limited to 'lang/mpd/Makefile')
-rw-r--r-- | lang/mpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mpd/Makefile b/lang/mpd/Makefile index 60628543902..c5cc331f47d 100644 --- a/lang/mpd/Makefile +++ b/lang/mpd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2005/10/17 19:45:18 is Exp $ +# $NetBSD: Makefile,v 1.3 2005/10/17 20:18:34 is Exp $ # PKGNAME= mpd-1.0.1 DISTNAME= mpd.1.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang parallel MASTER_SITES= http://www.cs.arizona.edu/mpd/download/ EXTRACT_SUFX= .tgz |