diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-12 12:03:26 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-12 12:03:26 +0800 |
commit | 27b892961ebc1523e41e33e61e5d11a57f1a53a7 (patch) | |
tree | 524fc06e5399c19e6f136c0a53e08bf4a3d96e8e /irc/dircproxy | |
parent | ca2f006de03c0b14d5e572f8590684d9b73fd289 (diff) | |
download | freebsd-ports-gnome-27b892961ebc1523e41e33e61e5d11a57f1a53a7.tar.gz freebsd-ports-gnome-27b892961ebc1523e41e33e61e5d11a57f1a53a7.tar.zst freebsd-ports-gnome-27b892961ebc1523e41e33e61e5d11a57f1a53a7.zip |
- SUB_FILES += pkg-message
PR: ports/142586
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
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. - |