aboutsummaryrefslogtreecommitdiffstats
path: root/audio/nas
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-05-01 03:21:30 +0800
committersteve <steve@FreeBSD.org>2000-05-01 03:21:30 +0800
commitd7647f7988c57b42a3424df9892e88ef5e5619bf (patch)
treea4635aacba0fc0d312ea6d010b13a28111dfca94 /audio/nas
parent735344cd30a7997c54e5a3ad92b0cbd157cbe9f9 (diff)
downloadfreebsd-ports-gnome-d7647f7988c57b42a3424df9892e88ef5e5619bf.tar.gz
freebsd-ports-gnome-d7647f7988c57b42a3424df9892e88ef5e5619bf.tar.zst
freebsd-ports-gnome-d7647f7988c57b42a3424df9892e88ef5e5619bf.zip
Add a slash to the end of search_path so nasd.conf can be found.
PR: 17970 Submitted by: Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw>
Diffstat (limited to 'audio/nas')
-rw-r--r--audio/nas/files/patch-af2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/nas/files/patch-af b/audio/nas/files/patch-af
index c32fc12518df..e06f32944189 100644
--- a/audio/nas/files/patch-af
+++ b/audio/nas/files/patch-af
@@ -5,5 +5,5 @@
XCOMM Directory where NAS will look for it's config file(s)
#ifndef NasConfigSearchPath
-#define NasConfigSearchPath /etc/nas/
-+#define NasConfigSearchPath $(PROJECTROOT)/etc
++#define NasConfigSearchPath $(PROJECTROOT)/etc/
#endif