diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-01-26 21:13:03 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-01-26 21:13:03 +0000 |
commit | d2eb1b02cb1de4a1c0d0b4103d66ef1a31634421 (patch) | |
tree | 3132bcdb7e72ec675a1cede7ea24966a16a72546 /databases/bbdb | |
parent | Have the licq binary installed regardless of system characteristics (diff) |
Change MASTER_SITES to MASTER_SITE_SOURCEFORGE
where old version is also placed.
Notes
Notes:
svn path=/head/; revision=53801
Diffstat (limited to 'databases/bbdb')
-rw-r--r-- | databases/bbdb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/bbdb/Makefile b/databases/bbdb/Makefile index daaf79eca019..ab4aec24cd9f 100644 --- a/databases/bbdb/Makefile +++ b/databases/bbdb/Makefile @@ -8,7 +8,8 @@ PORTNAME= bbdb PORTVERSION= 2.34 CATEGORIES= databases elisp -MASTER_SITES= http://bbdb.sourceforge.net/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= yoichi@FreeBSD.org |