aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-07-14 19:45:19 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-07-14 19:45:19 +0000
commitd4df816a84236d484acbd30d0bafd6ce83f501d6 (patch)
treeed3870d8877c74df4f3dd48f1bafd626428d1c70 /cad
parentbe6403e7ecd8ce3f9e6e50abf92e3c2f06e3c559 (diff)
downloadports-d4df816a84236d484acbd30d0bafd6ce83f501d6.tar.gz
ports-d4df816a84236d484acbd30d0bafd6ce83f501d6.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/jspice3/Makefile1
-rw-r--r--cad/jspice3/files/patch-build11
2 files changed, 12 insertions, 0 deletions
diff --git a/cad/jspice3/Makefile b/cad/jspice3/Makefile
index 9bc9959439da..f2e99e0db33a 100644
--- a/cad/jspice3/Makefile
+++ b/cad/jspice3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jspice3
PORTVERSION= 2.5
+PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://www.wrcad.com/ftp/pub/ \
ftp://ftp.srware.com/pub/
diff --git a/cad/jspice3/files/patch-build b/cad/jspice3/files/patch-build
new file mode 100644
index 000000000000..b0c50f3532c8
--- /dev/null
+++ b/cad/jspice3/files/patch-build
@@ -0,0 +1,11 @@
+--- build.orig Fri Jul 14 23:07:15 2006
++++ build Fri Jul 14 23:07:32 2006
+@@ -22,7 +22,7 @@
+ echo '#######################################################################'> conf/mkheader.in
+ echo '####### Makefile generated by build script ############################'>> conf/mkheader.in
+ echo VERSION = $version>> conf/mkheader.in
+- echo DATE = `/bin/date`>> conf/mkheader.in
++ echo DATE = `/bin/env LANG=C /bin/date`>> conf/mkheader.in
+ echo '#######################################################################'>> conf/mkheader.in
+ cat conf/unixconf/mkheader.0 >> conf/mkheader.in
+ else