1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

:r /tmp/aa

[patch] cleanup non-supported FreeBSD versions

PR:		ports/111644
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
This commit is contained in:
Edwin Groothuis 2007-05-02 07:57:15 +00:00
parent cb8ba9446d
commit 0bf075c64b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191387

View File

@ -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>