diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
commit | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (patch) | |
tree | 6443da11a92be566759454b76c94714222a13560 /sysutils/ufs_copy | |
parent | Remove always-false/true conditions based on OSVERSION 500000 (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'sysutils/ufs_copy')
-rw-r--r-- | sysutils/ufs_copy/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/ufs_copy/Makefile b/sysutils/ufs_copy/Makefile index 6c0a492b9534..ba2429885d27 100644 --- a/sysutils/ufs_copy/Makefile +++ b/sysutils/ufs_copy/Makefile @@ -17,16 +17,10 @@ COMMENT= Fast copy utility for UFS filesystem WRKSRC= ${WRKDIR}/ufs MAKE_ARGS= BINDIR=${PREFIX}/sbin -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= FreeBSD 4.x does not have libufs -.endif - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |