diff options
-rw-r--r-- | lang/gcc/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc40/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc41/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc42/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc43/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc44/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc45/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc46/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc47/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc48/Makefile | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 35357077055f..434fc08a96d7 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -190,7 +190,7 @@ post-install: cklatest: .for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ - @-ncftpls -l ${SITE} | ${GREP} 'LATEST.*4\.2' + @-ncftpls -l ${SITE} | ${GREP} "LATEST.*${PORTVERSION:C/.[0-9]+$//}" .endfor .include <bsd.port.post.mk> diff --git a/lang/gcc40/Makefile b/lang/gcc40/Makefile index 0361ff8e3f1d..c58acc6c668d 100644 --- a/lang/gcc40/Makefile +++ b/lang/gcc40/Makefile @@ -129,7 +129,7 @@ post-install: cklatest: .for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ - @-ncftpls -l ${SITE} | ${GREP} 'LATEST.*4\.0' + @-ncftpls -l ${SITE} | ${GREP} "LATEST.*${PORTVERSION:C/.[0-9]+$//}" .endfor .include <bsd.port.post.mk> diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile index 8c3c35db8628..5fd2288b31e2 100644 --- a/lang/gcc41/Makefile +++ b/lang/gcc41/Makefile @@ -182,7 +182,7 @@ post-install: cklatest: .for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ - @-ncftpls -l ${SITE} | ${GREP} 'LATEST.*4\.1' + @-ncftpls -l ${SITE} | ${GREP} "LATEST.*${PORTVERSION:C/.[0-9]+$//}" .endfor .include <bsd.port.post.mk> diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index 35357077055f..434fc08a96d7 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -190,7 +190,7 @@ post-install: cklatest: .for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ - @-ncftpls -l ${SITE} | ${GREP} 'LATEST.*4\.2' + @-ncftpls -l ${SITE} | ${GREP} "LATEST.*${PORTVERSION:C/.[0-9]+$//}" .endfor .include <bsd.port.post.mk> diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index 35357077055f..434fc08a96d7 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/Makefile @@ -190,7 +190,7 @@ post-install: cklatest: .for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ - @-ncftpls -l ${SITE} | ${GREP} 'LATEST.*4\.2' + @-ncftpls -l ${SITE} | ${GREP} "LATEST.*${PORTVERSION:C/.[0-9]+$//}" .endfor .include <bsd.port.post.mk> diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 35357077055f..434fc08a96d7 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -190,7 +190,7 @@ post-install: cklatest: .for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ - @-ncftpls -l ${SITE} | ${GREP} 'LATEST.*4\.2' + @-ncftpls -l ${SITE} | ${GREP} "LATEST.*${PORTVERSION:C/.[0-9]+$//}" .endfor .include <bsd.port.post.mk> diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index 35357077055f..434fc08a96d7 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -190,7 +190,7 @@ post-install: cklatest: .for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ - @-ncftpls -l ${SITE} | ${GREP} 'LATEST.*4\.2' + @-ncftpls -l ${SITE} | ${GREP} "LATEST.*${PORTVERSION:C/.[0-9]+$//}" .endfor .include <bsd.port.post.mk> diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 35357077055f..434fc08a96d7 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -190,7 +190,7 @@ post-install: cklatest: .for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ - @-ncftpls -l ${SITE} | ${GREP} 'LATEST.*4\.2' + @-ncftpls -l ${SITE} | ${GREP} "LATEST.*${PORTVERSION:C/.[0-9]+$//}" .endfor .include <bsd.port.post.mk> diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 35357077055f..434fc08a96d7 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -190,7 +190,7 @@ post-install: cklatest: .for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ - @-ncftpls -l ${SITE} | ${GREP} 'LATEST.*4\.2' + @-ncftpls -l ${SITE} | ${GREP} "LATEST.*${PORTVERSION:C/.[0-9]+$//}" .endfor .include <bsd.port.post.mk> diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 35357077055f..434fc08a96d7 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -190,7 +190,7 @@ post-install: cklatest: .for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ - @-ncftpls -l ${SITE} | ${GREP} 'LATEST.*4\.2' + @-ncftpls -l ${SITE} | ${GREP} "LATEST.*${PORTVERSION:C/.[0-9]+$//}" .endfor .include <bsd.port.post.mk> |