diff options
author | knu <knu@FreeBSD.org> | 2003-02-21 03:21:36 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-02-21 03:21:36 +0800 |
commit | b25a6022b8e1d00c557b8538ea35b3bdecc71ad5 (patch) | |
tree | 1fb0e17c526680b09b0bcff4063843633a2a5921 /textproc/aspell/Makefile | |
parent | 79685f683c26638577e12746f08e0516d8435fd2 (diff) | |
download | freebsd-ports-gnome-b25a6022b8e1d00c557b8538ea35b3bdecc71ad5.tar.gz freebsd-ports-gnome-b25a6022b8e1d00c557b8538ea35b3bdecc71ad5.tar.zst freebsd-ports-gnome-b25a6022b8e1d00c557b8538ea35b3bdecc71ad5.zip |
De-pkg-comment.
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 90b30918d59f..2bde839ce9bb 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -16,6 +16,7 @@ DISTFILES= aspell-0.50.3.tar.gz # needed for slave ports / options EXTRACT_ONLY= aspell-0.50.3.tar.gz MAINTAINER?= thierry@pompo.net +COMMENT?= Spelling checker with better suggestion logic than ispell .if !exists(/usr/bin/bzip2) BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 @@ -34,7 +35,6 @@ INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/aspell-${PORTVERSION} # needed for slave ports / options DOCSDIR= ${PREFIX}/share/doc/aspell DATADIR= ${PREFIX}/share/aspell -COMMENTFILE= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr CONF_DICT_ENV= ASPELL="${PREFIX}/bin/aspell" \ |