diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 19:16:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 19:16:09 +0000 |
commit | 9537cf8762fbcffc23ac2662768798d05aa5ca51 (patch) | |
tree | 8915022c5b4e0021391eb398f4b54223c6e815c3 | |
parent | 69503c2097ed712e4243e3b7ede5eab86e7a9cc6 (diff) | |
download | ports-9537cf8762fbcffc23ac2662768798d05aa5ca51.tar.gz ports-9537cf8762fbcffc23ac2662768798d05aa5ca51.zip |
Notes
-rw-r--r-- | audio/faac/Makefile | 2 | ||||
-rw-r--r-- | audio/faad/Makefile | 2 | ||||
-rw-r--r-- | audio/grip/Makefile | 2 | ||||
-rw-r--r-- | audio/libcddb/Makefile | 2 | ||||
-rw-r--r-- | devel/premake/Makefile | 2 | ||||
-rw-r--r-- | multimedia/acidrip/Makefile | 2 | ||||
-rw-r--r-- | multimedia/lsdvd/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index fa2a1e04ce04..f698932aa40d 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -8,7 +8,7 @@ PORTNAME= faac PORTVERSION= 1.24 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= faac MAINTAINER= ahze@ahze.net diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 163f1c199e46..e06e45c673c6 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -9,7 +9,7 @@ PORTNAME= faad2 PORTVERSION= 2.0 PORTREVISION= 4 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= faac MAINTAINER= ahze@ahze.net diff --git a/audio/grip/Makefile b/audio/grip/Makefile index aa9d5fdc27e6..3fbc427c512c 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -9,7 +9,7 @@ PORTNAME= grip PORTVERSION= 3.2.0 PORTREVISION= 3 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ahze@ahze.net diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index a0a5c3ca970f..2bb240edc230 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -8,7 +8,7 @@ PORTNAME= libcddb PORTVERSION= 0.9.4 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ahze@ahze.net diff --git a/devel/premake/Makefile b/devel/premake/Makefile index 699b1dc5f388..09024e27f7b8 100644 --- a/devel/premake/Makefile +++ b/devel/premake/Makefile @@ -8,7 +8,7 @@ PORTNAME= premake PORTVERSION= 1.7 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= premake DISTNAME= ${PORTNAME}-src-${PORTVERSION} diff --git a/multimedia/acidrip/Makefile b/multimedia/acidrip/Makefile index d8ef880607ca..cf6c7167aa86 100644 --- a/multimedia/acidrip/Makefile +++ b/multimedia/acidrip/Makefile @@ -8,7 +8,7 @@ PORTNAME= acidrip PORTVERSION= 0.12 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ahze@ahze.net diff --git a/multimedia/lsdvd/Makefile b/multimedia/lsdvd/Makefile index 591a3dab192d..e6e137779f7e 100644 --- a/multimedia/lsdvd/Makefile +++ b/multimedia/lsdvd/Makefile @@ -8,7 +8,7 @@ PORTNAME= lsdvd PORTVERSION= 0.10 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= acidrip MAINTAINER= ahze@ahze.net |