diff options
-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 |