diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-31 22:08:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-31 22:08:31 +0000 |
commit | 22d668f75bb338c461438603eda65f27a6881f50 (patch) | |
tree | 549c374298d1f1d88e58e6b519337a956bfe5065 /textproc/bbe | |
parent | afa2a6f102089300593044ec95ef5dce0097eac3 (diff) | |
download | ports-22d668f75bb338c461438603eda65f27a6881f50.tar.gz ports-22d668f75bb338c461438603eda65f27a6881f50.zip |
Notes
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 |