Tell configure where emacs lisp files should go, and create the directory

in pre-install.
This commit is contained in:
Satoshi Asami 1998-11-28 01:20:53 +00:00
parent 89be57678d
commit 5c9d7097db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14926

View File

@ -3,7 +3,7 @@
# Date created: 4 May 1998
# Whom: kargl@apl.washington.edu
#
# $Id: Makefile,v 1.1.1.1 1998/05/05 05:07:48 mph Exp $
# $Id: Makefile,v 1.2 1998/08/25 02:13:32 jseger Exp $
DISTNAME= ftnchek
PKGNAME= ftnchek-2.10.0
@ -17,6 +17,10 @@ WRKSRC= ${WRKDIR}/${PKGNAME}
MAN1= dcl2inc.1 ftnchek.1
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_dir_lispdir=${PREFIX}/share/emacs/site-lisp
pre-install:
${MKDIR} ${PREFIX}/share/emacs/site-lisp
post-install:
strip ${PREFIX}/bin/ftnchek