diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-12 04:03:26 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-12 04:03:26 +0000 |
commit | 5679874bcee4c3ea82ffb469d8ca72b56bb859dd (patch) | |
tree | 391cf036d0f0f36f343f7fcb62c8f48011eb115c /irc/dircproxy | |
parent | c48209e68f5a6ec903836e73a7fc897ecc64accf (diff) | |
download | ports-5679874bcee4c3ea82ffb469d8ca72b56bb859dd.tar.gz ports-5679874bcee4c3ea82ffb469d8ca72b56bb859dd.zip |
Notes
Diffstat (limited to 'irc/dircproxy')
-rw-r--r-- | irc/dircproxy/Makefile | 3 | ||||
-rw-r--r-- | irc/dircproxy/files/pkg-message.in (renamed from irc/dircproxy/pkg-message) | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/irc/dircproxy/Makefile b/irc/dircproxy/Makefile index b6f4c08f076e..fceb7069fc2a 100644 --- a/irc/dircproxy/Makefile +++ b/irc/dircproxy/Makefile @@ -18,8 +18,9 @@ COMMENT= A detachable irc proxy server with many features GNU_CONFIGURE= yes MAN1= dircproxy.1 dircproxy-crypt.1 +SUB_FILES= pkg-message post-install: - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/irc/dircproxy/pkg-message b/irc/dircproxy/files/pkg-message.in index 9f22fed4f654..bfc09578a622 100644 --- a/irc/dircproxy/pkg-message +++ b/irc/dircproxy/files/pkg-message.in @@ -1,5 +1,4 @@ A default dircproxy configuration file has been installed as -%%PREFIX%%/share/dircproxy/dircproxyrc. +%%DATADIR%%/dircproxyrc. Please read this and the dircproxy(1) manpage to set up dircproxy. - |