diff options
author | dinoex <dinoex@FreeBSD.org> | 2016-02-28 17:32:43 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2016-02-28 17:32:43 +0800 |
commit | db69d02fbc24bd766b77582dd0743d884544ad0b (patch) | |
tree | 3625317c71689869e4617a614f6aef4e36c36f21 /mail/popa3d-before-sendmail | |
parent | b32150f3ca6f48802e20d10c95178c2c07070bbb (diff) | |
download | freebsd-ports-gnome-db69d02fbc24bd766b77582dd0743d884544ad0b.tar.gz freebsd-ports-gnome-db69d02fbc24bd766b77582dd0743d884544ad0b.tar.zst freebsd-ports-gnome-db69d02fbc24bd766b77582dd0743d884544ad0b.zip |
- Makefile.local for slave ports is included by bsd.port.mk r397519
Diffstat (limited to 'mail/popa3d-before-sendmail')
-rw-r--r-- | mail/popa3d-before-sendmail/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/popa3d-before-sendmail/Makefile b/mail/popa3d-before-sendmail/Makefile index 6e5efc554475..ae715be1bca0 100644 --- a/mail/popa3d-before-sendmail/Makefile +++ b/mail/popa3d-before-sendmail/Makefile @@ -9,8 +9,4 @@ MASTERDIR?= ${.CURDIR}/../popa3d OPTIONS_DEFAULT= SMTP_AFTER_POP3 -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif - .include "${MASTERDIR}/Makefile" |