pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/xpkgwedge s,/usr/X11R6/,$${X11BASE}, in COMMENT.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d61fb267f905
branches:  trunk
changeset: 462880:d61fb267f905
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Oct 18 10:12:09 2003 +0000

description:
s,/usr/X11R6/,$${X11BASE}, in COMMENT.

yes, this deliberately does not expand ${X11BASE}, as that would
lead to the same confusion (X11R6 vs. openwin, etc.) when we use
this pkg's COMMENT on the web site/search.

diffstat:

 pkgtools/xpkgwedge/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a4994aed9a9e -r d61fb267f905 pkgtools/xpkgwedge/Makefile
--- a/pkgtools/xpkgwedge/Makefile       Sat Oct 18 09:14:47 2003 +0000
+++ b/pkgtools/xpkgwedge/Makefile       Sat Oct 18 10:12:09 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2003/09/10 17:31:43 gavan Exp $
+# $NetBSD: Makefile,v 1.42 2003/10/18 10:12:09 grant Exp $
 
 DISTNAME=      xpkgwedge-1.8
 WRKSRC=                ${WRKDIR}
@@ -8,7 +8,7 @@
 
 MAINTAINER=    jlam%NetBSD.org@localhost
 HOMEPAGE=      ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/Packages.txt
-COMMENT=       Allows X11 pkgs to be built and used outside of /usr/X11R6
+COMMENT=       Allows X11 pkgs to be built and used outside of $${X11BASE}
 
 EXTRACT_ONLY=  # empty
 NO_CONFIGURE=  # defined



Home | Main Index | Thread Index | Old Index