aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-06-03 06:46:54 +0800
committerlioux <lioux@FreeBSD.org>2001-06-03 06:46:54 +0800
commit6c23f2ab357e50ddf4ce12f473972984aca768bf (patch)
treea3c03ff57fd9c38f156aeeb3503e18b1ff77ae21 /net
parentd8332468fc204365ca8aadec8e307d0ff573ac05 (diff)
downloadfreebsd-ports-gnome-6c23f2ab357e50ddf4ce12f473972984aca768bf.tar.gz
freebsd-ports-gnome-6c23f2ab357e50ddf4ce12f473972984aca768bf.tar.zst
freebsd-ports-gnome-6c23f2ab357e50ddf4ce12f473972984aca768bf.zip
- Add a PKGMESSAGE file
- Remove duplicated information Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r--net/wmqmon/Makefile3
-rw-r--r--net/wmqmon/pkg-message14
2 files changed, 15 insertions, 2 deletions
diff --git a/net/wmqmon/Makefile b/net/wmqmon/Makefile
index 099e23e73d12..9c5ca43de164 100644
--- a/net/wmqmon/Makefile
+++ b/net/wmqmon/Makefile
@@ -28,15 +28,14 @@ do-install:
@${ECHO} "===> Installing wmqmon.rcfile.example in ${PREFIX}/share/examples/${PORTNAME}"
@${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/wmqmon.rcfile.example ${PREFIX}/share/examples/${PORTNAME}
- @${ECHO} "===> Modify to your config and copy to ~/.wmqmon"
.ifndef(NOPORTDOCS)
@${ECHO} "===> Installing README in ${PREFIX}/share/doc/${PORTNAME}"
- @${ECHO} "===> Please read it for usage instructions"
@${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 555 \
${PREFIX}/share/doc/${PORTNAME}
.for file in BUGS README
@${INSTALL_DATA} ${WRKSRC}/../${file} ${PREFIX}/share/doc/${PORTNAME}
.endfor
.endif # !NOPORTDOCS
+ @${SED} -e "s|/usr/X11R6/|${PREFIX}/|" ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/net/wmqmon/pkg-message b/net/wmqmon/pkg-message
new file mode 100644
index 000000000000..6838ede28854
--- /dev/null
+++ b/net/wmqmon/pkg-message
@@ -0,0 +1,14 @@
+The wmqmon configuration file example has been installed to:
+
+ (/usr/X11R6/share/examples/wmqmon/wmqmon.rcfile.example)
+
+Default configuration file that wmqmon looks for is ${HOME}/.wmqmon
+Follow the example configuration file and also read the README file
+located at:
+
+ (/usr/X11R6/share/doc/wmqmon/README)
+
+Do not forget to replace /usr/X11R6 with your appropriate installation
+prefix if you do not use the port's system default.
+
+(default: /usr/X11R6/)