diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-06-29 16:43:51 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-06-29 16:43:51 +0000 |
commit | dc7016253b152359c4341b96e3b3dce90b8e3c28 (patch) | |
tree | 395b72564facdb11b3b005fe4519e29d8f9e53e1 /lang/perl5.14 | |
parent | Correct no-nos: one file per patch, please. Don't touch more than one (diff) |
Fix wrong directory name.
PR: 28462
OK'ed by: markm
Notes
Notes:
svn path=/head/; revision=44567
Diffstat (limited to 'lang/perl5.14')
-rw-r--r-- | lang/perl5.14/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.14/pkg-install b/lang/perl5.14/pkg-install index 491a9dbd9a7a..e0d6a6bc7a46 100644 --- a/lang/perl5.14/pkg-install +++ b/lang/perl5.14/pkg-install @@ -6,7 +6,7 @@ fi INCLUDEDIR=/usr/include -install -d ${PREFIX}/lib/perl5/site_perl/5.6.0/arch +install -d ${PREFIX}/lib/perl5/site_perl/5.6.1/arch cd ${INCLUDEDIR} && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h |