diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-16 07:22:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-16 07:22:11 +0800 |
commit | f5a5aaede584a4dc2a9741b1e2f0323881c0d3ae (patch) | |
tree | f461e0947e555ca0a2d60ba203b3cd1fcf7abc28 /comms | |
parent | d7da4076886345ee60e553652dc06a17863e31a8 (diff) | |
download | freebsd-ports-gnome-f5a5aaede584a4dc2a9741b1e2f0323881c0d3ae.tar.gz freebsd-ports-gnome-f5a5aaede584a4dc2a9741b1e2f0323881c0d3ae.tar.zst freebsd-ports-gnome-f5a5aaede584a4dc2a9741b1e2f0323881c0d3ae.zip |
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'comms')
-rw-r--r-- | comms/conserver-com/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/conserver-com/Makefile b/comms/conserver-com/Makefile index fa646ba458cc..e009c908d89f 100644 --- a/comms/conserver-com/Makefile +++ b/comms/conserver-com/Makefile @@ -31,8 +31,6 @@ NO_STAGE= yes DEFAULTPORT?= 782 DEFAULTHOST?= localhost -.include <bsd.port.pre.mk> - .if ${PORT_OPTIONS:MUDS} CONFIGURE_ARGS+= --with-uds .endif @@ -47,4 +45,4 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-conserver__master.c .endif .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |