diff options
author | xtraeme <xtraeme> | 2004-09-07 07:12:14 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-09-07 07:12:14 +0000 |
commit | 1d34408c6123f52bf5236eec05ca8e01ab6fb3d7 (patch) | |
tree | de9195b833ef9449948d481204aee04b54cd81c1 /audio | |
parent | 4deaaef7b6d1faa7c8e369da7d0266e685e9c7ca (diff) | |
download | pkgsrc-1d34408c6123f52bf5236eec05ca8e01ab6fb3d7.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/ |