#
# $FreeBSD: stable/3/gnu/usr.bin/perl/utils/h2ph/Makefile 50569 1999-08-29 14:49:43Z peter $
#

PROG=	h2ph

.include <bsd.prog.mk>

afterinstall:
	cd ${DESTDIR}/usr/include; \
	miniperl ${.OBJDIR}/${PROG} -d \
		${DESTDIR}/usr/libdata/perl/5.00503/mach * */*
