aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2005-06-11 16:13:12 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2005-06-11 16:13:12 +0000
commit54a1630d6e44ec2ef8cb3c4a00d6f4e0503f3b4f (patch)
tree75f8d629d0ebf0e58a1b981a5cffc533b15375cf /misc
parent60cdc5877ab9a2546477d5d754adaa936030b51e (diff)
downloadports-54a1630d6e44ec2ef8cb3c4a00d6f4e0503f3b4f.tar.gz
ports-54a1630d6e44ec2ef8cb3c4a00d6f4e0503f3b4f.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/gpt/Makefile5
-rw-r--r--misc/gpt31/Makefile6
-rw-r--r--misc/p5-I18N-LangTags/Makefile1
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/gpt/Makefile b/misc/gpt/Makefile
index b62103e456a7..55ef47ea8192 100644
--- a/misc/gpt/Makefile
+++ b/misc/gpt/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gpt
PORTVERSION= 3.2
+PORTREVISION= 1
CATEGORIES= misc archivers devel parallel
MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/aces/gpt/releases/gpt-${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -19,9 +20,9 @@ CONFLICTS= gpt-3.1
RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
- ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
+ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \
- ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser \
+ ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${LOCALBASE}/bin/gmake:${PORTSDIR}/devel/gmake \
${LOCALBASE}/bin/makepatch:${PORTSDIR}/textproc/makepatch
diff --git a/misc/gpt31/Makefile b/misc/gpt31/Makefile
index bf43512e8590..fcc34baa15b6 100644
--- a/misc/gpt31/Makefile
+++ b/misc/gpt31/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gpt
PORTVERSION= 3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc archivers devel parallel
MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/aces/gpt/releases/gpt-${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -21,9 +21,9 @@ NO_LATEST_LINK= YES
RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
- ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
+ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \
- ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser \
+ ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${LOCALBASE}/bin/gmake:${PORTSDIR}/devel/gmake \
${LOCALBASE}/bin/makepatch:${PORTSDIR}/textproc/makepatch
diff --git a/misc/p5-I18N-LangTags/Makefile b/misc/p5-I18N-LangTags/Makefile
index 8c61d5a55ea2..364a967f9733 100644
--- a/misc/p5-I18N-LangTags/Makefile
+++ b/misc/p5-I18N-LangTags/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= demon@FreeBSD.org
COMMENT= Functions for dealing with RFC-1766-style language tags
PERL_CONFIGURE= YES
-CONFIGURE_ARGS+=INSTALLDIRS=site
MAN3= I18N::LangTags.3 I18N::LangTags::Detect.3 I18N::LangTags::List.3