Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  8 Oct 2003 17:32:58 +0200
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Clement Laforet <sheepkiller@cultdeadsheep.org>
Subject:   ports/57750: [maintainer fix] mail/dbmail: fix typo.
Message-ID:  <20031008153249.D36EC43FB1@mx1.FreeBSD.org>
Resent-Message-ID: <200310081540.h98Fe5jg062466@freefall.freebsd.org>

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

>Number:         57750
>Category:       ports
>Synopsis:       [maintainer fix] mail/dbmail: fix typo.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 08 08:40:05 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep 22 08:20:10 CEST 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	Fix NOPORTDOCS.
	Reported by Oliver Eikemeier <eikemeier@fillmore-labs.com> (PR 57749)
>How-To-Repeat:
	define NOPORTDOCS.
>Fix:

	

--- dbmail.diff begins here ---
Index: dbmail/Makefile
===================================================================
RCS file: /WORK/REPO/ports/mail/dbmail/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- dbmail/Makefile	7 Oct 2003 01:17:49 -0000	1.1
+++ dbmail/Makefile	8 Oct 2003 15:26:00 -0000
@@ -57,7 +57,7 @@
 	@${INSTALL_DATA} ${WRKSRC}/dbmail.conf ${PREFIX}/etc/dbmail.conf-dist
 	@${MKDIR} ${DATADIR}/sql
 	@${INSTALL_DATA} ${WRKSRC}/sql/${DATABASE}/* ${DATADIR}/sql
-.if !(NOPORTSDOC)
+.if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 .for docs in ${DOCS}
 	@${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
--- dbmail.diff ends here ---


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



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