aboutsummaryrefslogtreecommitdiff
path: root/news/rawdog/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-17 22:06:01 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-17 22:06:01 +0000
commit90459b52d68132c802b8f3097e37e57e3d5baae4 (patch)
tree579c9d1241e5adedcf5bc8f4a0fd54c1cdb68d9a /news/rawdog/Makefile
parente723890f3cd347f6828f765dbda8dc1a4946ede1 (diff)
downloadports-90459b52d68132c802b8f3097e37e57e3d5baae4.tar.gz
ports-90459b52d68132c802b8f3097e37e57e3d5baae4.zip
Notes
Diffstat (limited to 'news/rawdog/Makefile')
-rw-r--r--news/rawdog/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/news/rawdog/Makefile b/news/rawdog/Makefile
index 43038d03c7a8..ae415bf57ba2 100644
--- a/news/rawdog/Makefile
+++ b/news/rawdog/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rawdog
-PORTVERSION= 1.5
+PORTVERSION= 1.6
CATEGORIES= news python
MASTER_SITES= http://offog.org/files/
@@ -24,13 +24,13 @@ post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
- @echo " ---------------------------------------------"
- @echo " Sample config and stylesheet installed in:"
- @echo " ${EXAMPLESDIR}"
+ @${ECHO_MSG} " ---------------------------------------------"
+ @${ECHO_MSG} " Sample config and stylesheet installed in:"
+ @${ECHO_MSG} " ${EXAMPLESDIR}"
.if !defined(NOPORTDOCS)
- @echo " Please read the README:"
- @echo " ${DOCSDIR}/README"
+ @${ECHO_MSG} " Please read the README:"
+ @${ECHO_MSG} " ${DOCSDIR}/README"
.endif
- @echo " ---------------------------------------------"
+ @${ECHO_MSG} " ---------------------------------------------"
.include <bsd.port.mk>