diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-18 01:52:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-18 01:52:51 +0800 |
commit | 126d76d8815f5330d82e054201a9a365334b89e8 (patch) | |
tree | eafb29fe889f032ba17228d98fc7a5f82b681771 | |
parent | 60a631702348ce26aa389b05178878e2fccab0be (diff) | |
download | freebsd-ports-gnome-126d76d8815f5330d82e054201a9a365334b89e8.tar.gz freebsd-ports-gnome-126d76d8815f5330d82e054201a9a365334b89e8.tar.zst freebsd-ports-gnome-126d76d8815f5330d82e054201a9a365334b89e8.zip |
- Remove 4.X gruft
PR: 111776
Submitted by: Marcelo Araujo <araujo@bsdmail.org)
Approved by: maintainer
-rw-r--r-- | sysutils/raincoat/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/raincoat/Makefile b/sysutils/raincoat/Makefile index f7f55dbd6e76..33bbf20743f6 100644 --- a/sysutils/raincoat/Makefile +++ b/sysutils/raincoat/Makefile @@ -43,10 +43,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/docs/${PORTDOCS} ${DOCSDIR} .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Doesn't build on < 5.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |