diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
commit | 9fc2d7d28106475bc308a209655b44e662911609 (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /audio/gtick | |
parent | 1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff) | |
download | pkgsrc-9fc2d7d28106475bc308a209655b44e662911609.tar.gz |
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'audio/gtick')
-rw-r--r-- | audio/gtick/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gtick/Makefile b/audio/gtick/Makefile index 465912c933d..9606af49e60 100644 --- a/audio/gtick/Makefile +++ b/audio/gtick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/04/17 13:46:16 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/04/22 09:22:05 rillig Exp $ # DISTNAME= gtick-0.3.7 @@ -18,13 +18,13 @@ USE_TOOLS+= pkg-config LIBS+= ${LIBOSSAUDIO} SUBST_CLASSES+= oss -SUBST_MESSAGE.oss= "Fixing paths to OSS devices." +SUBST_MESSAGE.oss= Fixing paths to OSS devices. SUBST_STAGE.oss= pre-configure SUBST_FILES.oss= src/globals.h SUBST_SED.oss= -e 's|/dev/dsp|${DEVOSSAUDIO}|g' SUBST_CLASSES+= header -SUBST_MESSAGE.header= "Fixing include dependency." +SUBST_MESSAGE.header= Fixing include dependency. SUBST_STAGE.header= pre-configure SUBST_FILES.header= src/dsp.c SUBST_SED.header= -e 's/FreeBSD__)/& || defined(__NetBSD__)/g' |