diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-06-26 09:10:23 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-06-26 09:10:23 +0000 |
commit | 778f4d7bbe621a30b1995c21d7e3ffcb7777547a (patch) | |
tree | f1cbce76274ff9f6a1986f8775a4b05f2a967f78 /cad | |
parent | ee6bf2cf3ba63cd58b7e4fbd9a6405f651f89923 (diff) | |
download | pkgsrc-778f4d7bbe621a30b1995c21d7e3ffcb7777547a.tar.gz |
portlint: remove whitespace before end of line 36.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/spice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 6572b0af503..3a44aedb99b 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/06/20 09:22:43 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/06/26 09:10:23 frueauf Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/08 09:21:37 tg Exp # @@ -33,7 +33,7 @@ do-build: cd ${WRKSRC} ; util/build NetBSD default do-install: - cd ${WRKSRC} ; util/build NetBSD install + cd ${WRKSRC} ; util/build NetBSD install chmod a+rx ${PREFIX}/bin/spice3 ${PREFIX}/bin/nutmeg \ ${PREFIX}/bin/sconvert ${PREFIX}/bin/help \ ${PREFIX}/bin/proc2mod ${PREFIX}/bin/multidec |