aboutsummaryrefslogtreecommitdiff
path: root/comms/syncterm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 23:23:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 23:23:32 +0000
commit67cf19a68fd9696bc83c3f6cdbc27f7cd22670cb (patch)
tree7d6ed83fbb78de47801f9ce1fa6de139a68ac7a1 /comms/syncterm
parent23aafdb2b398ea4aa5d0d69877d6dbfb88316b36 (diff)
downloadports-67cf19a68fd9696bc83c3f6cdbc27f7cd22670cb.tar.gz
ports-67cf19a68fd9696bc83c3f6cdbc27f7cd22670cb.zip
Reduce over inclusion of bsd.port.mk
Notes
Notes: svn path=/head/; revision=339857
Diffstat (limited to 'comms/syncterm')
-rw-r--r--comms/syncterm/Makefile3
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>