diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-06-23 05:28:33 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-06-23 05:28:33 +0000 |
commit | 0c9df415d199d56904b290e5b0c21dc7403b724c (patch) | |
tree | cb8a499603d5a4c0096febc2e8ac6bc66c0b7e69 /sysutils/cd-write | |
parent | Adding port security/p5-Authen-PAAS, Perl Authentication & Authorization (diff) |
Remove code remnants that test for 3.X and earlier releases of FreeBSD.
The bsd.*.mk architecture has not supported these antique releases for
quite some time.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=166082
Diffstat (limited to 'sysutils/cd-write')
-rw-r--r-- | sysutils/cd-write/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/cd-write/Makefile b/sysutils/cd-write/Makefile index 9e0b133475bc..a1883de5fe9b 100644 --- a/sysutils/cd-write/Makefile +++ b/sysutils/cd-write/Makefile @@ -19,12 +19,6 @@ USE_PERL5_BUILD= yes WRKSRC= ${WRKDIR}/cd-write -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 300000 -IGNORE= "FreeBSD 3.X or greater is required to support this port" -.endif - PLIST_FILES= bin/cd-write pre-build: @@ -39,4 +33,4 @@ pre-build: post-install: @PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.post.mk> +.include <bsd.port.mk> |