diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-30 20:05:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-30 20:05:21 +0000 |
commit | 73646a40ce44522851e85777977597409e6ab91f (patch) | |
tree | 6e75b0f089101f1dd8561f216cd4ae061ca09c31 | |
parent | f65f2d63bd3920836bed19b3472817f911b4125d (diff) |
Notes
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index 3b9b0b689d55..47e12212b8b8 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -10,8 +10,7 @@ PORTNAME= open-motif PORTVERSION= 2.2.3 PORTREVISION= 6 CATEGORIES= x11-toolkits -MASTER_SITES= http://ftp.motifzone.com/%SUBDIR%/ -MASTER_SITE_SUBDIR= om${PORTVERSION}/src +MASTER_SITES= ftp://ftp.ics.com/openmotif/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/${PORTVERSION}/src/ DISTNAME= openMotif-${PORTVERSION} EXTRACT_SUFX= .tar.gz DIST_SUBDIR= openmotif |