pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/id-utils Fixed improper use of '@comment ' in th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56847b200b5d
branches:  trunk
changeset: 504280:56847b200b5d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Dec 08 09:03:50 2005 +0000

description:
Fixed improper use of '@comment ' in the LISPDIR and CLISPDIR variables.

diffstat:

 devel/id-utils/Makefile |  13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diffs (35 lines):

diff -r 4af9e3e38f48 -r 56847b200b5d devel/id-utils/Makefile
--- a/devel/id-utils/Makefile   Thu Dec 08 09:01:08 2005 +0000
+++ b/devel/id-utils/Makefile   Thu Dec 08 09:03:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/12/05 20:50:04 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2005/12/08 09:03:50 rillig Exp $
 
 DISTNAME=      id-utils-3.2
 PKGREVISION=   6
@@ -32,12 +32,12 @@
 # install byte-compiled file here whenever we use emacs or xemacs...
 .if defined(USE_EMACS) || defined(USE_XEMACS)
 # we end-up installing .el file there whenever we use emacs or xemacs
-LISPDIR?=              share/emacs/site-lisp
-CLISPDIR=              ${LISPDIR}
+PLIST_SUBST+=          LISPDIR=share/emacs/site-lisp
+PLIST_SUBST+=          CLISPDIR=share/emacs/site-lisp
 .else
 # ...or don't install it at all
-LISPDIR?=              '@comment '
-CLISPDIR?=             '@comment '
+PLIST_SUBST+=          LISPDIR='@comment '
+PLIST_SUBST+=          CLISPDIR='@comment '
 .endif
 # if not already, set this to the *full* pathname to false command
 # so configure won't search further for emacs
@@ -47,8 +47,5 @@
 BUILD_DEFS+=           EMACS
 MAKE_ENV+=             BSD_SETENV=${SETENV:Q}
 
-PLIST_SUBST+=          LISPDIR=${LISPDIR:Q}
-PLIST_SUBST+=          CLISPDIR=${CLISPDIR:Q}
-
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index