diff options
Diffstat (limited to 'devel/p4d/Makefile')
-rw-r--r-- | devel/p4d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile index 3b9c92b482c2..a2499749d5e9 100644 --- a/devel/p4d/Makefile +++ b/devel/p4d/Makefile @@ -6,7 +6,7 @@ # PORTNAME= p4d -PORTVERSION= 2010.2.374929 +PORTVERSION= 2011.1.370818 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ @@ -19,7 +19,7 @@ COMMENT= Perforce server RUN_DEPENDS= p4:${PORTSDIR}/devel/p4 -ONLY_FOR_ARCHS= amd64 i386 sparc64 +ONLY_FOR_ARCHS= amd64 i386 P4VERSION= r${PORTVERSION:S/^20//:C/\.[0-9]+$//} DIST_SUBDIR= perforce/${PORTVERSION}/bin.${PLATFORM} |