summaryrefslogtreecommitdiff
path: root/astro/libnova
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 17:27:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 17:27:29 +0000
commitc4d4cacd63490d4b63e844ae298880332a388ba7 (patch)
tree3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /astro/libnova
parent- Fix permissions of the installed files so they are readable to non-root users (diff)
- Remove conditional checks relevant only on FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225288
Diffstat (limited to 'astro/libnova')
-rw-r--r--astro/libnova/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile
index 204677fdfe5a..3a1bf68ae927 100644
--- a/astro/libnova/Makefile
+++ b/astro/libnova/Makefile
@@ -21,16 +21,10 @@ USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 503000
-IGNORE= requires FreeBSD 5.3 or higher
-.endif
-
#post-extract:
# @${TAR} xf ${WRKDIR}/${PORTNAME}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -C ${WRKDIR}
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>