pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/ghdl Add confusing space before target name.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6d85021b46d
branches:  trunk
changeset: 643120:a6d85021b46d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 11 20:12:36 2014 +0000

description:
Add confusing space before target name.

diffstat:

 cad/ghdl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ff2b01f59632 -r a6d85021b46d cad/ghdl/Makefile
--- a/cad/ghdl/Makefile Thu Dec 11 20:00:15 2014 +0000
+++ b/cad/ghdl/Makefile Thu Dec 11 20:12:36 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/12/09 20:06:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2014/12/11 20:12:36 wiz Exp $
 
 GCCVER=                4.9.2
 DISTNAME=      ghdl-0.32rc1
@@ -51,7 +51,7 @@
 
 INSTALLATION_DIRS+=    bin
 
- post-extract:
+post-extract:
        cd ${WRKDIR} && ${MV} ${DISTNAME}/vhdl gcc-${GCCVER}/gcc
 
 pre-configure:



Home | Main Index | Thread Index | Old Index