diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-24 06:54:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-24 06:54:56 +0000 |
commit | 19a6a6739c9085515e127cee10944d293d99703f (patch) | |
tree | fcb03425e6f24101fefdd784cbcf16bb50ae0de7 /x11/kdelibs11/files/patch-aa | |
parent | Add ".1" at end of PKGNAME to distinguish this with the previous version (diff) |
Bump shlib numbers. Add ".1" to end of PKGNAME to distinguish it from
the previous version.
Submitted by: Will Andrews <andrews@TECHNOLOGIST.COM>
Notes
Notes:
svn path=/head/; revision=26243
Diffstat (limited to 'x11/kdelibs11/files/patch-aa')
-rw-r--r-- | x11/kdelibs11/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdelibs11/files/patch-aa b/x11/kdelibs11/files/patch-aa new file mode 100644 index 000000000000..bb3731f3702c --- /dev/null +++ b/x11/kdelibs11/files/patch-aa @@ -0,0 +1,13 @@ +--- jscript/Makefile.in Tue Sep 7 11:23:08 1999 ++++ jscript/Makefile.in.new Sun Jan 2 08:54:50 2000 +@@ -183,8 +183,8 @@ + YACC = bison -y + LEX = flex + YFLAGS = -d -p yyjscript +-SOMAJOR = 2 +-SOMINOR = 0 ++SOMAJOR ?= 2 ++SOMINOR ?= 0 + + ####### Files + |