diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-03-04 15:40:04 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-03-04 15:40:04 +0000 |
commit | 07d47c27a699325fbb1cd88fc41a91a70d49d4b8 (patch) | |
tree | 972eb7a05f73ea8ac5b3e63cbf464d9a2203338c /editors/dedit | |
parent | Updated to 0.87 (diff) |
Use MASTER_SITE_DEBIAN.
Approved by: maintainer timeout
Diffstat (limited to 'editors/dedit')
-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 |