diff options
author | edwin <edwin@FreeBSD.org> | 2007-05-02 15:57:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-05-02 15:57:15 +0800 |
commit | b3ee66ef60d016931c66ed3c64a386b7ef8f5b68 (patch) | |
tree | dc437a196a27626b19d20efe512717775a3a6b61 | |
parent | 11dc84d6ee334e8f1d08747cd09bd17ddeb9742c (diff) | |
download | freebsd-ports-graphics-b3ee66ef60d016931c66ed3c64a386b7ef8f5b68.tar.gz freebsd-ports-graphics-b3ee66ef60d016931c66ed3c64a386b7ef8f5b68.tar.zst freebsd-ports-graphics-b3ee66ef60d016931c66ed3c64a386b7ef8f5b68.zip |
:r /tmp/aa
[patch] cleanup non-supported FreeBSD versions
PR: ports/111644
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
-rw-r--r-- | astro/stellarium/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index a811b6313e4..cebf8b63868 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -37,16 +37,10 @@ DESKTOP_ENTRIES="Stellarium" \ "" \ false -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not build on FreeBSD 4.x -.endif - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |