diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:22:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:22:46 +0000 |
commit | 23aafdb2b398ea4aa5d0d69877d6dbfb88316b36 (patch) | |
tree | c41024127e046cdce8b3742e75b544bdf6ab6c55 /comms/qpage | |
parent | 0ac6ae1a44305e0ad3322a9490652cfbff5919ed (diff) |
Notes
Diffstat (limited to 'comms/qpage')
-rw-r--r-- | comms/qpage/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile index 111ff1825fcf..c7d9399d43d6 100644 --- a/comms/qpage/Makefile +++ b/comms/qpage/Makefile @@ -20,7 +20,6 @@ IDENT_PATCH_DESC= Disable libwrap ident lookups MAN1= qpage.1 NO_STAGE= yes -.include <bsd.port.pre.mk> .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIDENT_PATCH} @@ -80,4 +79,4 @@ post-install: ${CHOWN} ${WITH_QPAGE_USER}:dialer /var/spool/${PORTNAME} ${CHMOD} 0775 /var/spool/${PORTNAME} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |