1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Drop FreeBSD 4.x bits.

Submitted by:	araujo
PR:		ports/111857
This commit is contained in:
Stanislav Sedov 2007-06-24 08:31:18 +00:00
parent e7758ca717
commit 8a93f3c748
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194162

View File

@ -31,12 +31,6 @@ EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME}
PLIST_FILES= bin/camomilecharmap \
bin/camomilelocaledef
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Need working <wctype.h>
.endif
post-patch:
@${REINPLACE_CMD} -E -e \
"s,([[:space:]]*)cp[[:space:]]*-f,\1\$${BSD_INSTALL_DATA}," \
@ -52,4 +46,4 @@ post-install:
@${FIND} ${OCAMLFIND_DESTDIR}/${PORTNAME} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.include <bsd.port.post.mk>
.include <bsd.port.mk>