mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Remove the dependency on emacs since ispell.elc is no more compiled.
Create the emacs/site-lisp directory, and remove useless ${MKDIR}
This commit is contained in:
parent
66a7d52f74
commit
af0ff38043
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7578
@ -3,7 +3,7 @@
|
|||||||
# Date created: 6 November 1994
|
# Date created: 6 November 1994
|
||||||
# Whom: jmz
|
# 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
|
DISTNAME= ispell-3.1
|
||||||
@ -14,8 +14,6 @@ DISTFILES= ispell-3.1.20.tar.gz
|
|||||||
|
|
||||||
MAINTAINER= jmz@FreeBSD.org
|
MAINTAINER= jmz@FreeBSD.org
|
||||||
|
|
||||||
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
|
|
||||||
|
|
||||||
MAKE_FLAGS= TMPDIR=${.CURDIR} -f
|
MAKE_FLAGS= TMPDIR=${.CURDIR} -f
|
||||||
MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \
|
MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \
|
||||||
sq.1 tryaffix.1 unsq.1
|
sq.1 tryaffix.1 unsq.1
|
||||||
@ -61,9 +59,6 @@ french:
|
|||||||
@${MAKE} ${.MAKEFLAGS} ISPELL_FR=yes
|
@${MAKE} ${.MAKEFLAGS} ISPELL_FR=yes
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
@${MKDIR} ${PREFIX}/bin
|
@${MKDIR} ${PREFIX}/share/emacs/site-lisp
|
||||||
@${MKDIR} ${PREFIX}/lib
|
|
||||||
@${MKDIR} ${PREFIX}/man/man1
|
|
||||||
@${MKDIR} ${PREFIX}/man/man4
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user