Skip site navigation (1)Skip section navigation (2)
Date:      13 Oct 2002 23:11:39 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44024: [MAINTAINER] Update mail/qmail-notify (cosmetique)
Message-ID:  <20021013231139.43412.qmail@outpost.globcon.net>

next in thread | raw e-mail | index | archive | help

>Number:         44024
>Category:       ports
>Synopsis:       [MAINTAINER] Update mail/qmail-notify (cosmetique)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 13 16:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 1 02:44:26 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386
>Description:
- Do not install yet another copy of GPL
- Silence MKDIRs in do-install
>How-To-Repeat:
>Fix:

--- qmail-notify.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/qmail-notify/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	8 Oct 2002 15:15:54 -0000	1.1
+++ Makefile	13 Oct 2002 23:09:15 -0000
@@ -13,7 +13,7 @@
 MAINTAINER=	sergei@kolobov.com
 
 EXAMPLES=	cron.hourly message.txt
-DOCS=		ANNOUNCEMENT COPYING NEWS README TODO
+DOCS=		ANNOUNCEMENT NEWS README TODO
 
 pre-build:
 	${ECHO_CMD} ${PREFIX}/bin   > ${WRKSRC}/conf-bin
@@ -21,12 +21,12 @@
 
 do-install:
 	cd ${WRKSRC} && ./installer
-	${MKDIR} ${EXAMPLESDIR}
+	@${MKDIR} ${EXAMPLESDIR}
 .for file in ${EXAMPLES}
 	${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR}
 .endfor
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
 .for file in ${DOCS}
 	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/qmail-notify/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	8 Oct 2002 15:15:54 -0000	1.1
+++ pkg-plist	13 Oct 2002 23:09:15 -0000
@@ -2,7 +2,6 @@
 share/examples/qmail-notify/cron.hourly
 share/examples/qmail-notify/message.txt
 %%PORTDOCS%%share/doc/qmail-notify/ANNOUNCEMENT
-%%PORTDOCS%%share/doc/qmail-notify/COPYING
 %%PORTDOCS%%share/doc/qmail-notify/NEWS
 %%PORTDOCS%%share/doc/qmail-notify/README
 %%PORTDOCS%%share/doc/qmail-notify/TODO
--- qmail-notify.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021013231139.43412.qmail>