diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-09-07 07:12:14 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-09-07 07:12:14 +0000 |
commit | 6e7f0a54a1dbc36ef273dbe79ce8d83b8141b00a (patch) | |
tree | de9195b833ef9449948d481204aee04b54cd81c1 /audio | |
parent | 9a4acd75070b3c32f276a43585bdbd566a0b23b6 (diff) | |
download | pkgsrc-6e7f0a54a1dbc36ef273dbe79ce8d83b8141b00a.tar.gz |
Remove an extra blank line, which fixes a fatal error with pkglint.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 84ce27887c4..49f6f00b8a0 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/08/14 13:25:41 simonb Exp $ +# $NetBSD: Makefile,v 1.8 2004/09/07 07:12:14 xtraeme Exp $ DISTNAME= mpd-${PKGVERSION} PKGNAME= musicpd-0.11.4 - CATEGORIES= audio MASTER_SITES= http://mercury.chem.pitt.edu/~shank/ |