aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-06-18 23:51:19 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-06-18 23:51:19 +0000
commit1b5a69d323be20c9b856d58f60f9f9dcc5ffaf86 (patch)
tree0bb05231dcf6652227c6d8fcb099a0b4398a4d01 /audio
parent9a877f07e6df226f4ef1e9dd355deddab004f4ae (diff)
downloadports-1b5a69d323be20c9b856d58f60f9f9dcc5ffaf86.tar.gz
ports-1b5a69d323be20c9b856d58f60f9f9dcc5ffaf86.zip
Fix whitespace.
Submitted by: Dan Langille
Notes
Notes: svn path=/head/; revision=111769
Diffstat (limited to 'audio')
-rw-r--r--audio/snd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index 9def66308ced..998d63fad05c 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --without-guile
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
- PLIST_FILES+= share/locale/de/LC_MESSAGES/snd.mo
+PLIST_FILES+= share/locale/de/LC_MESSAGES/snd.mo
.else
CONFIGURE_ARGS+=--disable-nls
.endif