diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-14 13:43:00 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-14 13:43:00 +0800 |
commit | 95c603f42399578ac1a383b7bb51abd2e8895db4 (patch) | |
tree | 64691a7289d0e77cd3483411dc227f968820b8ed /databases/gnats/Makefile | |
parent | fb83b160f2557b9320e10fa1c0bc8be677fed45b (diff) | |
download | freebsd-ports-graphics-95c603f42399578ac1a383b7bb51abd2e8895db4.tar.gz freebsd-ports-graphics-95c603f42399578ac1a383b7bb51abd2e8895db4.tar.zst freebsd-ports-graphics-95c603f42399578ac1a383b7bb51abd2e8895db4.zip |
typo clean up police: \s -> \t
Diffstat (limited to 'databases/gnats/Makefile')
-rw-r--r-- | databases/gnats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index d4d5d964c1b..113e4384627 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -15,7 +15,7 @@ MAINTAINER= pst@FreeBSD.org BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-lispdir=${PREFIX}/share/emacs/site-lisp \ +CONFIGURE_ARGS= --with-lispdir=${PREFIX}/share/emacs/site-lisp \ --with-full-gnats \ --with-release-based @@ -27,7 +27,7 @@ MAN8= mkcat.8 rmcat.8 mkdist.8 queue-pr.8 file-pr.8 gen-index.8 # this stops the configuration program from pulling installation # information in from the standard freebsd send-pr program -CONFIGURE_ENV= SEND_PR=/usr/bin/false +CONFIGURE_ENV= SEND_PR=/usr/bin/false # the gnats distribution comes with a lot of baggage we don't want to install # just install gnats |