diff options
author | jmz <jmz@FreeBSD.org> | 1997-08-14 07:29:52 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1997-08-14 07:29:52 +0800 |
commit | 58c496a8870af576757e89c3b82d521b90d41ec4 (patch) | |
tree | 0be97ff70c453bb5fa08a7d4b15d34fbb5f4ff3b /textproc/ispell | |
parent | c5dd5f51f7c1a241de222a486990eb01f5482528 (diff) | |
download | freebsd-ports-gnome-58c496a8870af576757e89c3b82d521b90d41ec4.tar.gz freebsd-ports-gnome-58c496a8870af576757e89c3b82d521b90d41ec4.tar.zst freebsd-ports-gnome-58c496a8870af576757e89c3b82d521b90d41ec4.zip |
Remove the dependency on emacs since ispell.elc is no more compiled.
Create the emacs/site-lisp directory, and remove useless ${MKDIR}
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index ff3021ee93e2..0bafbca37081 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -3,7 +3,7 @@ # Date created: 6 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.19 1997/04/27 00:11:47 asami Exp $ +# $Id: Makefile,v 1.20 1997/04/29 10:53:47 asami Exp $ # DISTNAME= ispell-3.1 @@ -14,8 +14,6 @@ DISTFILES= ispell-3.1.20.tar.gz MAINTAINER= jmz@FreeBSD.org -BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs - MAKE_FLAGS= TMPDIR=${.CURDIR} -f MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \ sq.1 tryaffix.1 unsq.1 @@ -61,9 +59,6 @@ french: @${MAKE} ${.MAKEFLAGS} ISPELL_FR=yes pre-install: - @${MKDIR} ${PREFIX}/bin - @${MKDIR} ${PREFIX}/lib - @${MKDIR} ${PREFIX}/man/man1 - @${MKDIR} ${PREFIX}/man/man4 + @${MKDIR} ${PREFIX}/share/emacs/site-lisp .include <bsd.port.mk> |