diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 01:27:29 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 01:27:29 +0800 |
commit | c4d4cacd63490d4b63e844ae298880332a388ba7 (patch) | |
tree | 3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /deskutils/tpb/Makefile | |
parent | 5faefa6350cd172add279e339bd86a650313beb3 (diff) | |
download | freebsd-ports-gnome-c4d4cacd63490d4b63e844ae298880332a388ba7.tar.gz freebsd-ports-gnome-c4d4cacd63490d4b63e844ae298880332a388ba7.tar.zst freebsd-ports-gnome-c4d4cacd63490d4b63e844ae298880332a388ba7.zip |
- Remove conditional checks relevant only on FreeBSD 5.x and older
Diffstat (limited to 'deskutils/tpb/Makefile')
-rw-r--r-- | deskutils/tpb/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/deskutils/tpb/Makefile b/deskutils/tpb/Makefile index bb2989b04621..60a9430d8e68 100644 --- a/deskutils/tpb/Makefile +++ b/deskutils/tpb/Makefile @@ -48,10 +48,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/doc/callback_example.sh ${DOCSDIR} .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600030 -IGNORE=is not supported on FreeBSD < 6.0 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |