diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
commit | 13441eac4bb7e0e8a50bd437681b05022e55146b (patch) | |
tree | d65b02f7b127a36b4aa96f03448ee021d09b0c58 /security/doscan | |
parent | 8110f70f5fcd1d3afb2d1d8ceaaf0fe73a23c8d9 (diff) |
Notes
Diffstat (limited to 'security/doscan')
-rw-r--r-- | security/doscan/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/doscan/Makefile b/security/doscan/Makefile index ea89942c347a..79f344422a57 100644 --- a/security/doscan/Makefile +++ b/security/doscan/Makefile @@ -24,12 +24,6 @@ NOT_FOR_ARCHS= sparc64 PLIST_FILES= bin/doscan -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -EXTRA_PATCHES= ${PATCHDIR}/freebsd4.diff -.endif - post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @@ -38,4 +32,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |