diff options
author | Cy Schubert <cy@FreeBSD.org> | 2004-02-21 04:39:05 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2004-02-21 04:39:05 +0000 |
commit | b41c8531f6ed9105b49845d530bc6a5265679ede (patch) | |
tree | bed2db73b92080dc9f01c8b11f244a8804f822c8 | |
parent | 09854e6d4cd82e007dd8b55a007a59c6d113aca2 (diff) | |
download | ports-b41c8531f6ed9105b49845d530bc6a5265679ede.tar.gz ports-b41c8531f6ed9105b49845d530bc6a5265679ede.zip |
Notes
-rw-r--r-- | security/krb5-16/Makefile | 7 | ||||
-rw-r--r-- | security/krb5-17/Makefile | 7 | ||||
-rw-r--r-- | security/krb5-appl/Makefile | 7 | ||||
-rw-r--r-- | security/krb5/Makefile | 7 |
4 files changed, 4 insertions, 24 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index 29b4813f80d7..a06417381112 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -88,13 +88,8 @@ post-extract: .endif post-patch: -.if ${OSVERSION} >= 500000 - @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena,#!${LOCALBASE},' \ + @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena/bin/perl,#!${PERL5},' \ ${WRKSRC}/../doc/man2html -.else - @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena,#!\/usr,' \ - ${WRKSRC}/../doc/man2html -.endif pre-build: .if !defined(KRB5_KRB4_COMPAT) diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 29b4813f80d7..a06417381112 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -88,13 +88,8 @@ post-extract: .endif post-patch: -.if ${OSVERSION} >= 500000 - @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena,#!${LOCALBASE},' \ + @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena/bin/perl,#!${PERL5},' \ ${WRKSRC}/../doc/man2html -.else - @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena,#!\/usr,' \ - ${WRKSRC}/../doc/man2html -.endif pre-build: .if !defined(KRB5_KRB4_COMPAT) diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 29b4813f80d7..a06417381112 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -88,13 +88,8 @@ post-extract: .endif post-patch: -.if ${OSVERSION} >= 500000 - @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena,#!${LOCALBASE},' \ + @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena/bin/perl,#!${PERL5},' \ ${WRKSRC}/../doc/man2html -.else - @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena,#!\/usr,' \ - ${WRKSRC}/../doc/man2html -.endif pre-build: .if !defined(KRB5_KRB4_COMPAT) diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 29b4813f80d7..a06417381112 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -88,13 +88,8 @@ post-extract: .endif post-patch: -.if ${OSVERSION} >= 500000 - @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena,#!${LOCALBASE},' \ + @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena/bin/perl,#!${PERL5},' \ ${WRKSRC}/../doc/man2html -.else - @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena,#!\/usr,' \ - ${WRKSRC}/../doc/man2html -.endif pre-build: .if !defined(KRB5_KRB4_COMPAT) |