diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /x11/xservers | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'x11/xservers')
-rw-r--r-- | x11/xservers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xservers/Makefile b/x11/xservers/Makefile index cdd4fe72d3b..490d371be12 100644 --- a/x11/xservers/Makefile +++ b/x11/xservers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/04/22 09:22:18 rillig Exp $ +# $NetBSD: Makefile,v 1.32 2007/02/22 19:27:29 wiz Exp $ DISTNAME= xservers-3.3.6.5 PKGREVISION= 2 @@ -21,7 +21,7 @@ X11_SUBDIR= X11R6.3 MESSAGE_SUBST+= X11_SUBDIR=${X11_SUBDIR} -BUILDLINK_PASSTHRU_RPATHDIRS+= ${PREFIX}/X11R6.3/lib +BUILDLINK_PASSTHRU_RPATHDIRS+= ${PREFIX}/X11R6.3/lib do-configure: ${SED} -e 's#@PROJECTROOT@#${PREFIX}/${X11_SUBDIR}#' \ |