diff options
Diffstat (limited to 'textproc/bbe')
-rw-r--r-- | textproc/bbe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/bbe/Makefile b/textproc/bbe/Makefile index 3d580d3a2faf..196697305d99 100644 --- a/textproc/bbe/Makefile +++ b/textproc/bbe/Makefile @@ -8,12 +8,14 @@ PORTNAME= bbe PORTVERSION= 0.2.2 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME}- MAINTAINER= ports@logvinov.com COMMENT= A sed-like editor for binary files +MAKE_JOBS_SAFE= yes + HAS_CONFIGURE= yes MAN1= ${PORTNAME}.1 |