ports/56825: Update port: news/nntpcache

KATO Tsuguru tkato at prontomail.com
Sun Sep 14 07:02:56 UTC 2003


>Number:         56825
>Category:       ports
>Synopsis:       Update port: news/nntpcache
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 14 00:00:57 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- ECHO -> ECHO_MSG
- post-fetch -> pre-everything

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/news/nntpcache/Makefile news/nntpcache/Makefile
--- /usr/ports/news/nntpcache/Makefile	Sun Aug 17 03:03:02 2003
+++ news/nntpcache/Makefile	Sun Sep 14 13:58:26 2003
@@ -62,13 +62,13 @@
 DOCS=		AUTHORS ChangeLog FAQ FAQ.html HACKING HTML \
 		INSTALL LICENSING NEWS README README.INN VERSION
 
+pre-everything::
 .if !defined(BATCH)
-post-fetch:
-	@${ECHO} "To enable LDAP support use either:"
-	@${ECHO} "	WITH_LDAP - LDAP v1 support"
-	@${ECHO} "	WITH_LDAP2 - LDAP v2 support"
-	@${ECHO}
-	@${ECHO} "To disable radius support use WITHOUT_RADIUS"
+	@${ECHO_MSG} "To enable LDAP support use either:"
+	@${ECHO_MSG} "	WITH_LDAP - LDAP v1 support"
+	@${ECHO_MSG} "	WITH_LDAP2 - LDAP v2 support"
+	@${ECHO_MSG}
+	@${ECHO_MSG} "To disable radius support use WITHOUT_RADIUS"
 .endif
 
 post-configure:
@@ -79,7 +79,7 @@
 	@ ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' ${FILESDIR}/nntpcached.rc \
 	  > ${WRKDIR}/nntpcached.sh
 .if !defined(BATCH)
-	@ ${ECHO} "Installing ${PREFIX}/etc/rc.d/nntpcached.sh startup file"
+	@ ${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/nntpcached.sh startup file"
 .endif
 	@ ${INSTALL_SCRIPT} -m 751 ${WRKDIR}/nntpcached.sh \
 	  ${PREFIX}/etc/rc.d
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list