diff options
author | martti <martti> | 2007-10-09 19:19:08 +0000 |
---|---|---|
committer | martti <martti> | 2007-10-09 19:19:08 +0000 |
commit | 1f3e0ab0bcafd67927ec5477c01ae15f8c9c3287 (patch) | |
tree | 488c199f5e0dcd8590ae7d8cb773b5ff2390f025 /cad | |
parent | bf2c06f11a960194271bfb15b38f2091d506ce04 (diff) | |
download | pkgsrc-1f3e0ab0bcafd67927ec5477c01ae15f8c9c3287.tar.gz |
Remove trailing spaces.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 55cbcef48f0..c3a7b6ad338 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2007/09/13 02:24:51 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.41 2007/10/09 19:19:08 martti Exp $ # DISTNAME= pcb-20070912 @@ -16,7 +16,7 @@ CONFLICTS+= pcb-current-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ENV+= WISH=${TOOLS_PATH.wish} # work around a problem where the configure script uses -# AM_PROG_LEX and follows it with an AC_PATH_PROG to try +# AM_PROG_LEX and follows it with an AC_PATH_PROG to try # and make sure that lex really does exist. Unfortunately # that test is thrown off by pkgsrc giving a full path for LEX. # so, bypass the test and put our desired result directly into the |