aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 07:57:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 07:57:15 +0000
commit0bf075c64bc51fddcfb7d84108240ec9af476bac (patch)
tree1ef94d57f1841a17ab3547fda09a665130482fd9 /astro
parentcb8ba9446dd6056d6486d00e45840450aa7793c8 (diff)
downloadports-0bf075c64bc51fddcfb7d84108240ec9af476bac.tar.gz
ports-0bf075c64bc51fddcfb7d84108240ec9af476bac.zip
:r /tmp/aa
[patch] cleanup non-supported FreeBSD versions PR: ports/111644 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=191387
Diffstat (limited to 'astro')
-rw-r--r--astro/stellarium/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile
index a811b6313e45..cebf8b63868c 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>