diff options
author | naddy <naddy@FreeBSD.org> | 2003-02-13 09:53:09 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-02-13 09:53:09 +0800 |
commit | d222dfe76225e169baa535df621f6b44409c942c (patch) | |
tree | 7d8525b243467c1560460ff2a7aae792370682c2 /editors | |
parent | e9280f90f9b49dba3b6cec370ea509ca750d8d60 (diff) | |
download | freebsd-ports-gnome-d222dfe76225e169baa535df621f6b44409c942c.tar.gz freebsd-ports-gnome-d222dfe76225e169baa535df621f6b44409c942c.tar.zst freebsd-ports-gnome-d222dfe76225e169baa535df621f6b44409c942c.zip |
Switch over to MASTER_SITE_DEBIAN.
Also convert COMMENT while I'm here.
List of candidate ports from
PR: 47881
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/beav/Makefile | 4 | ||||
-rw-r--r-- | editors/beav/pkg-comment | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile index c644e7ece119..f9cfd4a37146 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} diff --git a/editors/beav/pkg-comment b/editors/beav/pkg-comment deleted file mode 100644 index a3c0aabc9c7d..000000000000 --- a/editors/beav/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Binary Editor And Viewer, a full featured binary file editor |