diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-26 16:27:44 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-26 16:27:44 +0000 |
commit | 6f044fc4f1363c76f8b374b48c451218273fce3e (patch) | |
tree | 9499fd7eff458f80f8fbb3d124492cdf042b867d /news/inn-current | |
parent | 92239222f93dc5c09a632ef6081f57672cc7ec65 (diff) | |
download | ports-6f044fc4f1363c76f8b374b48c451218273fce3e.tar.gz ports-6f044fc4f1363c76f8b374b48c451218273fce3e.zip |
Notes
Diffstat (limited to 'news/inn-current')
-rw-r--r-- | news/inn-current/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index 7aa24962f4fd..f38d79ea26a9 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -132,7 +132,7 @@ MAN8= actsync.8 actsyncd.8 archive.8 auth_smb.8 batcher.8 buffchan.8 \ .if defined(WITH_STANDARD_ETC) ETC_DIR= ${PREFIX}/etc/inn -PLIST_SUB+= ETCDIR=etc/inn +PLIST_SUB+= ETCDIR="etc/inn" .else ETC_DIR= ${PREFIX}/news/etc PLIST_SUB+= ETCDIR=news/etc |