diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-18 05:08:53 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-18 05:08:53 +0000 |
commit | 47f78f32a8cd2835cdb5fff07c3824029704db65 (patch) | |
tree | 4cb95dbedac082797aa396fe7ee7ec8dd686f5b4 /mail | |
parent | Add SIZE. (diff) |
- Fix use of CFDIR
PR: 64393
Diffstat (limited to 'mail')
-rw-r--r-- | mail/popa3d/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index b7bef9d2341d..5a92a8d91d50 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -95,10 +95,12 @@ post-install: @ ${CAT} ${PKGMESSAGE} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> -.if exists(${DESTDIR}/${LOCALBASE}/share/sendmail/cf/mailer/uucp.m4) -CFDIR= ${DESTDIR}${LOCALBASE}/share/sendmail/cf +.if exists(${LOCALBASE}/share/sendmail/cf/mailer/uucp.m4) +CFDIR= ${LOCALBASE}/share/sendmail/cf .else -CFDIR= ${DESTDIR}/usr/share/sendmail/cf +CFDIR= /usr/share/sendmail/cf .endif + +.include <bsd.port.post.mk> |