diff options
Diffstat (limited to 'sysutils/djmount/Makefile')
-rw-r--r-- | sysutils/djmount/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/djmount/Makefile b/sysutils/djmount/Makefile index 5bd801c3afd4..9c1c183e2aff 100644 --- a/sysutils/djmount/Makefile +++ b/sysutils/djmount/Makefile @@ -27,16 +27,10 @@ CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ PORTDOCS= AUTHORS ChangeLog NEWS README TODO -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -IGNORE= depends on kernel module that requires FreeBSD 6 or later -.endif - post-install: .ifndef NOPORTDOCS @${INSTALL} -d ${DOCSDIR}/ @cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |