diff options
author | grant <grant> | 2003-10-19 06:28:08 +0000 |
---|---|---|
committer | grant <grant> | 2003-10-19 06:28:08 +0000 |
commit | 6a19fc3c69d35c830f51dd9b32bb6837fe445850 (patch) | |
tree | da7d62c97a9fc12a59e628b932234b924394a3cc | |
parent | 1d768c6cf7c3ee69eceb82a0febc20440c0ad26c (diff) | |
download | pkgsrc-6a19fc3c69d35c830f51dd9b32bb6837fe445850.tar.gz |
s/${X11BASE}/$${X11BASE}/ in COMMENT
-rw-r--r-- | pkgtools/x11-links/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index d893b792673..992a49e72fd 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2003/10/18 18:23:03 tron Exp $ +# $NetBSD: Makefile,v 1.44 2003/10/19 06:28:08 grant Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in mk/buildlink[23]/bsd.buildlink[23].mk @@ -12,7 +12,7 @@ DISTFILES= # empty MAINTAINER= jlam@NetBSD.org HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/Packages.txt -COMMENT= Shadow tree of links to ${X11BASE} headers and libraries +COMMENT= Shadow tree of links to $${X11BASE} headers and libraries PKG_INSTALLATION_TYPES= overwrite pkgviews |