aboutsummaryrefslogtreecommitdiff
path: root/misc/kcd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-08-01 09:34:34 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-08-01 09:34:34 +0000
commitf4649289d310dae3325706499fd9a38f6e6a5461 (patch)
tree089527e22057b1833ca6162806f74f9378cac83b /misc/kcd
parentff93f69eef4ced3cef81897467836d1c2cd07ae7 (diff)
downloadports-f4649289d310dae3325706499fd9a38f6e6a5461.tar.gz
ports-f4649289d310dae3325706499fd9a38f6e6a5461.zip
- Unbreak under HEAD
PR: 115095 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Notes
Notes: svn path=/head/; revision=196883
Diffstat (limited to 'misc/kcd')
-rw-r--r--misc/kcd/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/kcd/Makefile b/misc/kcd/Makefile
index 9f506722c17d..9ee556200946 100644
--- a/misc/kcd/Makefile
+++ b/misc/kcd/Makefile
@@ -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>