freebsd-dev/gnu/usr.bin/perl/utils/h2ph/Makefile
Mark Murray 535cc97895 Nice set of fixes to use SCRIPT instead of PROG, thus fixing up
a lot of nasty STRIP= problems. This has the added side effect
if neatening up some leaf makefiles very nicely.

Submitted by:	ru
2002-02-10 19:48:19 +00:00

17 lines
255 B
Makefile

#
# $FreeBSD$
#
SCRIPTS=h2ph
beforedepend all: scripts
.include <bsd.prog.mk>
afterinstall:
cd ${DESTDIR}/usr/include; \
${MINIPERL} -I${.OBJDIR}/lib ${.OBJDIR}/${SCRIPTS} -d \
${DESTDIR}/usr/libdata/perl/${VERSION}/mach * */*
.PATH: ${PERL5SRC}