diff options
| author | Mark Murray <markm@FreeBSD.org> | 1998-10-11 18:13:42 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1998-10-11 18:13:42 +0000 |
| commit | ed4a07ffcc2c4468c7f918c139f26b994fa46620 (patch) | |
| tree | 537617c065658258b02e83e01575d58bc66c5f6a /gnu/usr.bin/perl/utils | |
| parent | 137d6f5705b2de74ab3c4a02cf5ed37406e89f1b (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/perl/utils')
| -rw-r--r-- | gnu/usr.bin/perl/utils/h2ph/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/utils/h2ph/Makefile b/gnu/usr.bin/perl/utils/h2ph/Makefile index ea5a1958e3e5..c22fdb73c0ef 100644 --- a/gnu/usr.bin/perl/utils/h2ph/Makefile +++ b/gnu/usr.bin/perl/utils/h2ph/Makefile @@ -1,7 +1,12 @@ # -# $Id$ +# $Id: Makefile,v 1.1 1998/09/09 07:20:29 markm Exp $ # PROG= h2ph .include <bsd.prog.mk> + +afterinstall: + cd ${DESTDIR}/usr/include; \ + miniperl ${.OBJDIR}/${PROG} -d \ + ${DESTDIR}/usr/libdata/perl/5.00502/mach * sys/* |
