aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-11-28 09:20:53 +0800
committerasami <asami@FreeBSD.org>1998-11-28 09:20:53 +0800
commiteed18d48202586232bf1091a9169031b1bffe336 (patch)
treeb8bbdfdd5a0a64a9b7d76d345643c09b488b095b
parenta527b51db6778b7ff37327f64bf8352d6112d3d7 (diff)
downloadfreebsd-ports-gnome-eed18d48202586232bf1091a9169031b1bffe336.tar.gz
freebsd-ports-gnome-eed18d48202586232bf1091a9169031b1bffe336.tar.zst
freebsd-ports-gnome-eed18d48202586232bf1091a9169031b1bffe336.zip
Tell configure where emacs lisp files should go, and create the directory
in pre-install.
-rw-r--r--devel/ftnchek/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/ftnchek/Makefile b/devel/ftnchek/Makefile
index 981412010e66..7f4095f55e4d 100644
--- a/devel/ftnchek/Makefile
+++ b/devel/ftnchek/Makefile
@@ -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