diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-23 19:19:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-23 19:19:55 +0000 |
commit | a73df9cbe8ca1455bf87b6a04a96cf9d3dafa053 (patch) | |
tree | aaae6296197e02e63721c06d85b664ca29ec3df8 /devel/cdk | |
parent | 9f5e4febfa5b14f2daa22f02ea2cd677ef74e0d7 (diff) |
Notes
Diffstat (limited to 'devel/cdk')
-rw-r--r-- | devel/cdk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index 710bd1ec1ba8..0d42b15baf22 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -6,7 +6,8 @@ PORTVERSION= 5.0.20120323 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= ftp://invisible-island.net/cdk/ +MASTER_SITES= ftp://invisible-island.net/cdk/ \ + http://fossies.org/linux/misc/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} EXTRACT_SUFX= .tgz |