diff --git a/net-im/echat/Makefile b/net-im/echat/Makefile index f024fef4478d..7f9dfce0dd62 100644 --- a/net-im/echat/Makefile +++ b/net-im/echat/Makefile @@ -9,20 +9,17 @@ MASTER_SITES= http://echat.deep.perm.ru/files/ MAINTAINER= ports@FreeBSD.org COMMENT= LAN chat program over the TCP/IP networks -MAN1= echat.1 +SUB_FILES= pkg-message -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|g ; \ s|PREFIX=|PREFIX?=|g ; s|CC=|CC?=|g; \ \|^CFLAGS| { s|-g||; s|-O2||; } ; \ - \|CC|s|@||; \|install|s|-s|${STRIP}|' ${WRKSRC}/Makefile + \|CC|s|@||; \|install|s|-s|${STRIP}|; \ + s|PREFIX)|DESTDIR)$$(&|' ${WRKSRC}/Makefile post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/.echatrc.sample ${PREFIX}/etc/echatrc.sample - @${ECHO} "======================================================================" - @${ECHO} " Please put \"${PREFIX}/etc/echatrc.sample\" in the right place." - @${ECHO} " eChat will search in \"~/.echatrc\". Then edit it as you want." - @${ECHO} "======================================================================" + ${INSTALL_DATA} ${WRKSRC}/doc/.echatrc.sample \ + ${STAGEDIR}${PREFIX}/etc/echatrc.sample .include diff --git a/net-im/echat/files/pkg-message.in b/net-im/echat/files/pkg-message.in new file mode 100644 index 000000000000..26aebdc6f1fe --- /dev/null +++ b/net-im/echat/files/pkg-message.in @@ -0,0 +1,4 @@ +====================================================================== + Please put %%PREFIX%%/etc/echatrc.sample in the right place. + eChat will search in ~/.echatrc. Then edit it as you want. +====================================================================== diff --git a/net-im/echat/pkg-plist b/net-im/echat/pkg-plist index c37af436bda2..443ebcc861b6 100644 --- a/net-im/echat/pkg-plist +++ b/net-im/echat/pkg-plist @@ -8,5 +8,6 @@ doc/echat-0.04beta1/README.tu doc/echat-0.04beta1/TODO doc/echat-0.04beta1/ec etc/echatrc.sample +man/man1/echat.1.gz @dirrm doc/echat-0.04beta1 @dirrm doc