diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-11 09:12:14 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-11 09:12:14 +0800 |
commit | f956145f0086f7f61e58932c1b67bbad96121d6c (patch) | |
tree | 228a5c5b50fb1b39652f12b4729f76b618518773 | |
parent | c737d2147c69e8453ea0e532df2d5fd8e5d9095d (diff) | |
download | freebsd-ports-gnome-f956145f0086f7f61e58932c1b67bbad96121d6c.tar.gz freebsd-ports-gnome-f956145f0086f7f61e58932c1b67bbad96121d6c.tar.zst freebsd-ports-gnome-f956145f0086f7f61e58932c1b67bbad96121d6c.zip |
- Mark MAKE_JOBS_UNSAFE=yes
- s/don't/do not/ in NO_CDROM
-rw-r--r-- | textproc/glimpse/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile index a2b0964b545a..6112e910cd8b 100644 --- a/textproc/glimpse/Makefile +++ b/textproc/glimpse/Makefile @@ -15,9 +15,11 @@ MASTER_SITES= ftp://ftp.polito.it/pub/tools/unix/harvest/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Text search engine +MAKE_JOBS_UNSAFE= yes + PORTDOCS= README COPYRIGHT -NO_CDROM= Restrictive copyright (don't sell for profit) +NO_CDROM= Restrictive copyright (don not sell for profit) GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -DISO_CHAR_SET=1 -D__STRICT_ANSI__" MAN1= glimpse.1 glimpseindex.1 glimpseserver.1 agrep.1 |