diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-02-03 03:16:52 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-02-03 03:16:52 +0000 |
commit | 93daff2f1a6bb778780ebb1581f93755e4c349b8 (patch) | |
tree | 8e49741703bbacaf205c214a30e4c6b66d603667 /textproc/p5-Text-BibTeX | |
parent | 5b30503c77bc8077f96e5b378d6483f2372ada39 (diff) | |
download | ports-93daff2f1a6bb778780ebb1581f93755e4c349b8.tar.gz ports-93daff2f1a6bb778780ebb1581f93755e4c349b8.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-BibTeX')
-rw-r--r-- | textproc/p5-Text-BibTeX/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-BibTeX/files/patch-btparse-Makefile-defs-in | 21 | ||||
-rw-r--r-- | textproc/p5-Text-BibTeX/pkg-plist | 36 |
3 files changed, 41 insertions, 18 deletions
diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile index bfa4fc7d3fb7..4ea715b5bbee 100644 --- a/textproc/p5-Text-BibTeX/Makefile +++ b/textproc/p5-Text-BibTeX/Makefile @@ -7,6 +7,8 @@ PORTNAME= Text-BibTeX PORTVERSION= 0.34 +PORTREVISION= 1 + CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= biblio/bibtex/utils/btOOL diff --git a/textproc/p5-Text-BibTeX/files/patch-btparse-Makefile-defs-in b/textproc/p5-Text-BibTeX/files/patch-btparse-Makefile-defs-in new file mode 100644 index 000000000000..e0ad00e794cc --- /dev/null +++ b/textproc/p5-Text-BibTeX/files/patch-btparse-Makefile-defs-in @@ -0,0 +1,21 @@ +*** ../btparse-0.33/Makefile.defs.in.orig Fri Jan 30 18:03:34 2004 +--- ../btparse-0.33/Makefile.defs.in Fri Jan 30 18:03:39 2004 +*************** +*** 38,45 **** + # CPPFLAGS all flags for the C preprocessor + + CC = @CC@ +! CFLAGS = @CFLAGS@ +! CFLAGS2 = @CFLAGS2@ + DEFINES = @DEFINES@ + EXTRA_CPPFLAGS = + CPPFLAGS = -Ipccts $(DEFINES) $(EXTRA_CPPFLAGS) +--- 38,45 ---- + # CPPFLAGS all flags for the C preprocessor + + CC = @CC@ +! CFLAGS = -fPIC @CFLAGS@ +! CFLAGS2 = -fPIC @CFLAGS2@ + DEFINES = @DEFINES@ + EXTRA_CPPFLAGS = + CPPFLAGS = -Ipccts $(DEFINES) $(EXTRA_CPPFLAGS) diff --git a/textproc/p5-Text-BibTeX/pkg-plist b/textproc/p5-Text-BibTeX/pkg-plist index eeb6acf8b18c..bc7c224496cd 100644 --- a/textproc/p5-Text-BibTeX/pkg-plist +++ b/textproc/p5-Text-BibTeX/pkg-plist @@ -1,19 +1,19 @@ -%%SITE_PERL%%/mach/Text/BibTeX.pm -%%SITE_PERL%%/mach/Text/BibTeX/Bib.pm -%%SITE_PERL%%/mach/Text/BibTeX/BibFormat.pm -%%SITE_PERL%%/mach/Text/BibTeX/BibSort.pm -%%SITE_PERL%%/mach/Text/BibTeX/Entry.pm -%%SITE_PERL%%/mach/Text/BibTeX/File.pm -%%SITE_PERL%%/mach/Text/BibTeX/Name.pm -%%SITE_PERL%%/mach/Text/BibTeX/NameFormat.pm -%%SITE_PERL%%/mach/Text/BibTeX/Structure.pm -%%SITE_PERL%%/mach/Text/BibTeX/Value.pm -%%SITE_PERL%%/mach/Text/btool_faq.pod -%%SITE_PERL%%/mach/auto/Text/BibTeX/.packlist -%%SITE_PERL%%/mach/auto/Text/BibTeX/BibTeX.bs -%%SITE_PERL%%/mach/auto/Text/BibTeX/BibTeX.so -@dirrm %%SITE_PERL%%/mach/Text/BibTeX -@dirrm %%SITE_PERL%%/mach/auto/Text/BibTeX +%%SITE_PERL%%/%%PERL_ARCH%%/Text/BibTeX.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/BibTeX/Bib.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/BibTeX/BibFormat.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/BibTeX/BibSort.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/BibTeX/Entry.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/BibTeX/File.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/BibTeX/Name.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/BibTeX/NameFormat.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/BibTeX/Structure.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/BibTeX/Value.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/btool_faq.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/BibTeX/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/BibTeX/BibTeX.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/BibTeX/BibTeX.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Text/BibTeX +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/BibTeX @unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/mach/Text 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Text || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true |