svn commit: r310541 - head/devel/ftnchek

Brendan Fabeny bf at FreeBSD.org
Thu Jan 17 08:27:36 UTC 2013


Author: bf
Date: Thu Jan 17 08:27:35 2013
New Revision: 310541
URL: http://svnweb.freebsd.org/changeset/ports/310541

Log:
  fix the plist by disabling byte-compilation of ftnchek.el when (x)emacs
  is present [1]; trim header
  
  PR:		172682 [1]

Modified:
  head/devel/ftnchek/Makefile   (contents, props changed)

Modified: head/devel/ftnchek/Makefile
==============================================================================
--- head/devel/ftnchek/Makefile	Thu Jan 17 07:17:24 2013	(r310540)
+++ head/devel/ftnchek/Makefile	Thu Jan 17 08:27:35 2013	(r310541)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	ftnchek
-# Date created:		4 May 1998
-# Whom:			kargl at apl.washington.edu
-#
+# Created by: kargl at apl.washington.edu
 # $FreeBSD$
 
 PORTNAME=	ftnchek
@@ -22,6 +19,7 @@ MAN1=		dcl2inc.1 ftnchek.1
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--libdir=${PREFIX}/share
-MAKE_ARGS=	OPT="${CFLAGS}" CC="${CC}"
+CONFIGURE_ENV=	ac_cv_path_CC="${CC}" ac_cv_path_EMACS="${TRUE}"
+MAKE_ARGS=	OPT="${CFLAGS}"
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list