diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-14 22:51:24 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-14 22:51:24 +0800 |
commit | 743e3445a3dc4ff0e930d4edc8c820c519179c34 (patch) | |
tree | 407c25afabd02ce04d1539244bb3abe48d0becfe /security | |
parent | d50bf60fef91b7ca54e3961cc8fa8d7774ca184a (diff) | |
download | freebsd-ports-gnome-743e3445a3dc4ff0e930d4edc8c820c519179c34.tar.gz freebsd-ports-gnome-743e3445a3dc4ff0e930d4edc8c820c519179c34.tar.zst freebsd-ports-gnome-743e3445a3dc4ff0e930d4edc8c820c519179c34.zip |
- modifies the download paths for LICENSE and distfiles.
PR: ports/102009
Submitted by: maintainer (Adi Pircalabu)
Diffstat (limited to 'security')
-rw-r--r-- | security/bdc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/bdc/Makefile b/security/bdc/Makefile index cae4de13d5e3..8f6e71901446 100644 --- a/security/bdc/Makefile +++ b/security/bdc/Makefile @@ -40,9 +40,9 @@ ECHO_MSG= /usr/bin/printf IGNORE= :\n\ You have to fetch ${DISTNAME}${EXTRACT_SUFX} manually after\n\ reading and agreeing to the license at:\n\ -http://download.bitdefender.com/freebsd/${BDREL}/final/LICENSE\n\ +http://download.bitdefender.com/unices/old/freebsd/${BDREL}/final/LICENSE\n\ A direct link to the distribution file:\n\ -http://download.bitdefender.com/freebsd/${BDREL}/final/${DISTNAME}${EXTRACT_SUFX}\n\ +http://download.bitdefender.com/unices/old/freebsd/${BDREL}/final/${DISTNAME}${EXTRACT_SUFX}\n\ Once the file has been downloaded move it to\n\ ${DISTDIR} and restart the build.\n .endif |