diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /mail/sendmail | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |