aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-28 15:51:16 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-28 15:51:16 +0000
commitb0533230a5dc0d2805b7e7bc9d84de5193b5f32d (patch)
tree06488cf5d0a666243bc87a55c904edf7520f8ef2 /comms
parent6c6cdf95b4984c625eb219505592bb7690d3bb20 (diff)
downloadports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.tar.gz
ports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/dfu-util/Makefile8
-rw-r--r--comms/smstools3/Makefile4
2 files changed, 1 insertions, 11 deletions
diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile
index 0299afda8dfc..e9154df2a1ec 100644
--- a/comms/dfu-util/Makefile
+++ b/comms/dfu-util/Makefile
@@ -20,10 +20,4 @@ MAKE_JOBS_SAFE= yes
MAN1= dfu-util.1
PLIST_FILES= bin/dfu-suffix bin/dfu-util
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 800069
-IGNORE= requires new USB stack in FreeBSD 8
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/comms/smstools3/Makefile b/comms/smstools3/Makefile
index 27214aad2e0e..e682ac5905ee 100644
--- a/comms/smstools3/Makefile
+++ b/comms/smstools3/Makefile
@@ -45,11 +45,7 @@ CFLAGS+= -I${LOCALBASE}/include
.else
CFLAGS+= -DNOSTATS
.endif
-.if ${OSVERSION} < 800045
-SMSTOOLS_DEFAULT_COMPORT?= /dev/cuad0
-.else
SMSTOOLS_DEFAULT_COMPORT?= /dev/cuau0
-.endif
post-patch:
@${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile \