diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-03-04 23:40:04 +0800 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-03-04 23:40:04 +0800 |
commit | 07d47c27a699325fbb1cd88fc41a91a70d49d4b8 (patch) | |
tree | 972eb7a05f73ea8ac5b3e63cbf464d9a2203338c /editors | |
parent | cf82a3e8c56f9e8362cd2f544ca50d51237e5afe (diff) | |
download | freebsd-ports-gnome-07d47c27a699325fbb1cd88fc41a91a70d49d4b8.tar.gz freebsd-ports-gnome-07d47c27a699325fbb1cd88fc41a91a70d49d4b8.tar.zst freebsd-ports-gnome-07d47c27a699325fbb1cd88fc41a91a70d49d4b8.zip |
Use MASTER_SITE_DEBIAN.
Approved by: maintainer timeout
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index 66c099ebf0de..8ad33aad4e8f 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -9,7 +9,8 @@ PORTNAME= dedit PORTVERSION= 0.6.2.3 PORTREVISION= 1 CATEGORIES= editors gnome -MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/d/dedit/ +MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= pool/main/d/dedit DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= nakai@FreeBSD.org |