diff options
author | Steve Price <steve@FreeBSD.org> | 1998-02-15 23:03:58 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-02-15 23:03:58 +0000 |
commit | f0c6d00277861ab69ba7defe5732df14e3284465 (patch) | |
tree | ad400885dfa10987372c80f9371d9e7ae540fb58 /lang/perl5.12 | |
parent | Reconnect kdegames (diff) |
Run h2ph as part of post-install target. Note this doesn't get a complete
list of header files but does get enough that when perl needs more header
files that it will hint to use h2ph.
PR: 5738
Notes
Notes:
svn path=/head/; revision=9741
Diffstat (limited to 'lang/perl5.12')
-rw-r--r-- | lang/perl5.12/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile index 10cd92f70d46..0f914d0dd3ba 100644 --- a/lang/perl5.12/Makefile +++ b/lang/perl5.12/Makefile @@ -3,7 +3,7 @@ # Date created: 16 April 1995 # Whom: markm # -# $Id: Makefile,v 1.21 1997/10/06 05:17:47 obrien Exp $ +# $Id: Makefile,v 1.22 1997/11/12 10:24:10 markm Exp $ # DISTNAME= perl5.004_04 @@ -65,5 +65,6 @@ test: post-install: @strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5 + @(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h) .include <bsd.port.mk> |