diff options
author | steve <steve@FreeBSD.org> | 2000-05-01 03:21:30 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-01 03:21:30 +0800 |
commit | d7647f7988c57b42a3424df9892e88ef5e5619bf (patch) | |
tree | a4635aacba0fc0d312ea6d010b13a28111dfca94 /audio/nas | |
parent | 735344cd30a7997c54e5a3ad92b0cbd157cbe9f9 (diff) | |
download | freebsd-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-af | 2 |
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 |