diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-16 07:23:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-16 07:23:32 +0800 |
commit | fb6c5cfab268a5c2ba58968b81ec78bb72881a0e (patch) | |
tree | 7d6ed83fbb78de47801f9ce1fa6de139a68ac7a1 /comms | |
parent | f5f573f29f2fa725415c3124e28cd07b885f909e (diff) | |
download | freebsd-ports-gnome-fb6c5cfab268a5c2ba58968b81ec78bb72881a0e.tar.gz freebsd-ports-gnome-fb6c5cfab268a5c2ba58968b81ec78bb72881a0e.tar.zst freebsd-ports-gnome-fb6c5cfab268a5c2ba58968b81ec78bb72881a0e.zip |
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'comms')
-rw-r--r-- | comms/syncterm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile index 369912954e7d..4db51f8e0450 100644 --- a/comms/syncterm/Makefile +++ b/comms/syncterm/Makefile @@ -23,7 +23,6 @@ OPTIONS_DEFINE= X11 SDL DEBUG OPTIONS_DEFAULT= X11 SDL NO_STAGE= yes -.include <bsd.port.pre.mk> .include <bsd.port.options.mk> ONLY_FOR_ARCHS= i386 amd64 @@ -53,4 +52,4 @@ MAKE_ARGS+= DEBUG=1 MAKE_ARGS+= RELEASE=1 .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |