summaryrefslogtreecommitdiff
path: root/mail/sendmail811
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit1e53090cc228edde244c3b79950271b8ca469b1f (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /mail/sendmail811
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'mail/sendmail811')
-rw-r--r--mail/sendmail811/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile
index fba5c112a09..ccdeb8892fc 100644
--- a/mail/sendmail811/Makefile
+++ b/mail/sendmail811/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2003/11/12 03:39:41 jschauma Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/20 12:19:44 agc Exp $
DISTNAME= sendmail.8.11.6
PKGNAME= sendmail-8.11.6
PKGREVISION= 7
-WRKSRC= ${WRKDIR}/${PKGNAME:C/nb[0-9]+$//}
CATEGORIES= mail
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \
ftp://ftp.fu-berlin.de/unix/mail/sendmail/ \
@@ -30,6 +29,7 @@ COMMENT= The well known Mail Transport Agent
LICENSE= no-profit
+WRKSRC= ${WRKDIR}/${PKGNAME:C/nb[0-9]+$//}
USE_BUILDLINK2= # defined
MAKE_ENV+= BSD_BINOWN="${BINOWN}" BSD_BINGRP="${BINGRP}" \
BSD_MANOWN="${MANOWN}" BSD_MANGRP="${MANGRP}" \