aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/mgetty+sendfax/Makefile')
-rw-r--r--comms/mgetty+sendfax/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile
index 8af7130bee2d..d568c1886611 100644
--- a/comms/mgetty+sendfax/Makefile
+++ b/comms/mgetty+sendfax/Makefile
@@ -28,15 +28,9 @@ OPTIONS_DEFINE= FIDO
FIDO_DESC= Enable FIDO EMSI support
-.include <bsd.port.options.mk>
-
CFLAGS+= -DAUTO_PPP
-.if ${PORT_OPTIONS:MFIDO}
-CFLAGS+= -DFIDO
-.endif
-
-.include <bsd.port.pre.mk>
+FIDO_CFLAGS= -DFIDO
pre-install:
@(cd ${WRKSRC}/doc; ${MAKE} manpages)
@@ -56,4 +50,4 @@ post-install:
${INSTALL_SCRIPT} ${WRKDIR}/mgettycfg ${STAGEDIR}${PREFIX}/bin
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mgetty+sendfax/faxq-helper
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>