aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-27 08:09:55 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-27 08:09:55 +0800
commit34ed678269c83e7d07efc89cf99ff6e5d5140f4c (patch)
treeb589ce0ac84ad477b77b408e6305b97d9d859d88 /textproc
parenta5304d995dba82749dea1e08c1314cdfafd4d1a4 (diff)
downloadfreebsd-ports-gnome-34ed678269c83e7d07efc89cf99ff6e5d5140f4c.tar.gz
freebsd-ports-gnome-34ed678269c83e7d07efc89cf99ff6e5d5140f4c.tar.zst
freebsd-ports-gnome-34ed678269c83e7d07efc89cf99ff6e5d5140f4c.zip
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-rdtool/Makefile1
-rw-r--r--textproc/srilm/Makefile3
-rw-r--r--textproc/wordnet/Makefile1
-rw-r--r--textproc/xml2rfc/Makefile3
4 files changed, 0 insertions, 8 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile
index dc023d5afdb1..de47c2224f52 100644
--- a/textproc/ruby-rdtool/Makefile
+++ b/textproc/ruby-rdtool/Makefile
@@ -39,6 +39,5 @@ post-install:
.for f in ${DOCS_JA}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ja/
.endfor
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/textproc/srilm/Makefile b/textproc/srilm/Makefile
index 43afda86befb..0e29d1f2b2d3 100644
--- a/textproc/srilm/Makefile
+++ b/textproc/srilm/Makefile
@@ -88,7 +88,4 @@ do-install:
cd ${WRKSRC}/bin && \
${INSTALL_SCRIPT} ${SCRIPTS} ${STAGEDIR}${EXAMPLESDIR}
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.post.mk>
diff --git a/textproc/wordnet/Makefile b/textproc/wordnet/Makefile
index 02831ebe5e6f..e7430fce614e 100644
--- a/textproc/wordnet/Makefile
+++ b/textproc/wordnet/Makefile
@@ -34,6 +34,5 @@ post-install:
--strip-components 1 \
-f ${_DISTDIR}${DISTFILES:M*dict:S/:dict//} \
`${SED} -n -e '/\.xbm/d' -e 's,^%%DATADIR%%/,dict/,p' ${PLIST}`
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile
index 2f787017ead7..ec76840a4c36 100644
--- a/textproc/xml2rfc/Makefile
+++ b/textproc/xml2rfc/Makefile
@@ -17,7 +17,4 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.8:${PORTSDIR}/devel/py-lxml
USES= python
USE_PYTHON= distutils autoplist
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>