summaryrefslogtreecommitdiff
path: root/mail/exim
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/exim
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common
index 7b8150feefd..02e0e6c2c85 100644
--- a/mail/exim/Makefile.common
+++ b/mail/exim/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2003/11/30 03:01:33 grant Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/01/20 12:19:43 agc Exp $
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
@@ -12,13 +12,13 @@ MAKE_ENV+= SSLBASE=${SSLBASE:Q}
EXIM_VERSION= 4.22
-WRKSRC= ${WRKDIR}/exim-${EXIM_VERSION}
EXTRACT_SUFX= .tar.bz2
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS= EXIM_USER EXIM_GROUP
+WRKSRC= ${WRKDIR}/exim-${EXIM_VERSION}
PKG_SYSCONFSUBDIR?= exim
EXAMPLESDIR= ${PREFIX}/share/examples/exim
CONF_FILES= ${EXAMPLESDIR}/aliases ${PKG_SYSCONFDIR}/aliases