From 61769bf56e2f71617516434864edec5b0165f3d4 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:18:15 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- mail/sendmail/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/sendmail') diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common index 185b2e14c9b..267fdff3c72 100644 --- a/mail/sendmail/Makefile.common +++ b/mail/sendmail/Makefile.common @@ -1,10 +1,9 @@ -# $NetBSD: Makefile.common,v 1.13 2003/12/03 22:11:02 reed Exp $ +# $NetBSD: Makefile.common,v 1.14 2004/01/20 12:19:44 agc Exp $ # # Makefile fragment shared with libmilter # DISTNAME= sendmail.${DIST_VERS} -WRKSRC= ${WRKDIR}/sendmail-${DIST_VERS} CATEGORIES= mail MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/sendmail/ \ @@ -30,6 +29,7 @@ BUILD_DEFS+= USE_INET6 USE_TCPWRAPPERS USE_LDAP USE_DB2 \ USE_SASL USE_SASL2 USE_STARTTLS USE_DB4 DESCR_SRC= ${WRKDIR}/.DESCR_SRC +WRKSRC= ${WRKDIR}/sendmail-${DIST_VERS} USE_BUILDLINK2= YES USE_GNU_TOOLS+= m4 MAKE_ENV+= M4="${M4}" -- cgit v1.2.3