diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-03 10:14:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-03 10:14:39 +0000 |
commit | 9f3a0274a2091bcd2f6719d1f8ed5583c399f23d (patch) | |
tree | 6076fadd501132abd25f69000632f607c36353c7 /graphics/libggi | |
parent | 14f42572089df208e5c73026d92d8c9fb9a6d05d (diff) | |
download | pkgsrc-9f3a0274a2091bcd2f6719d1f8ed5583c399f23d.tar.gz |
remove trailing whitespace; use ${CP} instead of cp
Diffstat (limited to 'graphics/libggi')
-rw-r--r-- | graphics/libggi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile index cf2fde6da1a..0036cf322cc 100644 --- a/graphics/libggi/Makefile +++ b/graphics/libggi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/06/27 03:18:03 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2000/09/03 10:14:39 wiz Exp $ # DISTNAME= libggi-2.0b2.1 @@ -16,14 +16,14 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+=--disable-debug \ --with-x \ --with-extra-includes=${LOCALBASE}/include \ - --with-extra-libs=${X11BASE}/lib + --with-extra-libs=${X11BASE}/lib pre-configure: cd ${WRKSRC}; autoconf post-configure: cd ${WRKSRC}; \ - [ -f configure.BAK ] || cp configure configure.BAK; \ + [ -f configure.BAK ] || ${CP} configure configure.BAK; \ ${SED} \ -e '/lib/s@-L\([a-zA-Z$/_]*\)@-Wl,-R\1 -L\1@g' \ <configure.BAK >configure |