diff options
author | wiz <wiz> | 2001-03-05 16:40:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-05 16:40:11 +0000 |
commit | 81f205e6fa3ce9f8aba512a7222883d17274770b (patch) | |
tree | be750558f2aa37b9d023f446dde43f0287505361 /audio/xmp/Makefile | |
parent | 5507c48227d782c943a9510a5a4d3565d63841b3 (diff) | |
download | pkgsrc-81f205e6fa3ce9f8aba512a7222883d17274770b.tar.gz |
We don't want trailing '.'s in COMMENTs.
Diffstat (limited to 'audio/xmp/Makefile')
-rw-r--r-- | audio/xmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index 1b4d9c3f092..f20e2b9e163 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 13:30:54 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/05 16:40:11 wiz Exp $ # FreeBSD: ports/audio/xmp/Makefile,v 1.5 2000/04/08 21:24:59 mharo Exp # @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= rxg@ms25.url.com.tw HOMEPAGE= http://xmp.helllabs.org/ -COMMENT= Player for many different Amiga and PC module formats. +COMMENT= Player for many different Amiga and PC module formats GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-alsa \ |