- Unbreak under HEAD

PR:		115095
Submitted by:	Thomas Abthorpe <thomas@goodking.ca> (maintainer)
This commit is contained in:
Martin Wilke 2007-08-01 09:34:34 +00:00
parent ff93f69eef
commit f4649289d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196883

View File

@ -23,12 +23,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= kcd.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 700013
IGNORE= allocates an infinite amount of memory in configure script
.endif
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/kcd-inst ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/kcdscr ${PREFIX}/bin
@ -47,4 +41,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/kcd.sh.init ${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>