diff options
Diffstat (limited to 'editors/beav/Makefile')
-rw-r--r-- | editors/beav/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile index c644e7e..f9cfd4a 100644 --- a/editors/beav/Makefile +++ b/editors/beav/Makefile @@ -8,10 +8,12 @@ PORTNAME= beav PORTVERSION= 1.40.15 CATEGORIES= editors -MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/b/beav/ +MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= pool/main/b/beav DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org +COMMENT= Binary Editor And Viewer, a full featured binary file editor WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} |