summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2007-04-18 20:03:44 +0000
committeritetcu <itetcu@FreeBSD.org>2007-04-18 20:03:44 +0000
commit3f2b57ad0c4d93d1b452a11c00f6027c53270e85 (patch)
treeb6ab9b6a8b37b56bde0f914cf974e4e1866dab2f
parentc26c3169111ee3fd4a3baee890ccb0bcf282a68d (diff)
downloadFreeBSD-ports-3f2b57ad0c4d93d1b452a11c00f6027c53270e85.zip
FreeBSD-ports-3f2b57ad0c4d93d1b452a11c00f6027c53270e85.tar.gz
Remove 4.x support.
PR: ports/111780 Submitted by: Marcelo Araujo Reviewed by: maintainer
-rw-r--r--benchmarks/xdd/Makefile8
-rw-r--r--sysutils/xdd/Makefile8
2 files changed, 2 insertions, 14 deletions
diff --git a/benchmarks/xdd/Makefile b/benchmarks/xdd/Makefile
index bba4ce8..aa53ee9 100644
--- a/benchmarks/xdd/Makefile
+++ b/benchmarks/xdd/Makefile
@@ -20,12 +20,6 @@ PLIST_FILES= bin/xdd bin/timeserver bin/gettime
USE_DOS2UNIX= yes
DOS2UNIX_REGEX= .*\.(c|cpp|h)
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Doesn't build on 4.x
-.endif
-
post-extract:
${CP} ${FILESDIR}/freebsd.makefile ${WRKSRC}
@@ -37,4 +31,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/timeserver.freebsd ${PREFIX}/bin/timeserver
${INSTALL_PROGRAM} ${WRKSRC}/bin/gettime.freebsd ${PREFIX}/bin/gettime
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/sysutils/xdd/Makefile b/sysutils/xdd/Makefile
index bba4ce8..aa53ee9 100644
--- a/sysutils/xdd/Makefile
+++ b/sysutils/xdd/Makefile
@@ -20,12 +20,6 @@ PLIST_FILES= bin/xdd bin/timeserver bin/gettime
USE_DOS2UNIX= yes
DOS2UNIX_REGEX= .*\.(c|cpp|h)
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Doesn't build on 4.x
-.endif
-
post-extract:
${CP} ${FILESDIR}/freebsd.makefile ${WRKSRC}
@@ -37,4 +31,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/timeserver.freebsd ${PREFIX}/bin/timeserver
${INSTALL_PROGRAM} ${WRKSRC}/bin/gettime.freebsd ${PREFIX}/bin/gettime
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud