summaryrefslogtreecommitdiff
path: root/lang/squeak-vm/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/squeak-vm/patches/patch-aa')
-rw-r--r--lang/squeak-vm/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/squeak-vm/patches/patch-aa b/lang/squeak-vm/patches/patch-aa
index aa73dfcb9bf..b9323cba26e 100644
--- a/lang/squeak-vm/patches/patch-aa
+++ b/lang/squeak-vm/patches/patch-aa
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.1.1.1 2010/02/11 00:58:19 asau Exp $
+$NetBSD: patch-aa,v 1.2 2012/10/29 07:33:41 asau Exp $
Adapt to hierarchy convention.
---- unix/vm/build.cmake.orig 2009-08-31 06:47:51.000000000 +0400
-+++ unix/vm/build.cmake 2010-01-17 04:13:35.000000000 +0300
-@@ -65,4 +65,4 @@
+--- unix/vm/build.cmake.orig 2012-09-17 01:03:14.000000000 +0000
++++ unix/vm/build.cmake
+@@ -90,4 +90,4 @@ ADD_CUSTOM_TARGET (squeak.1
COMMAND sh ${bld}/config ${unix}/doc/squeak.1 ${bld}/squeak.1
)
- ADD_DEPENDENCIES (squeakvm squeak.1)
+ ADD_DEPENDENCIES (squeakvm${scriptsuffix} squeak.1)
-INSTALL (FILES ${bld}/squeak.1 DESTINATION share/man/man1)
+INSTALL (FILES ${bld}/squeak.1 DESTINATION ${PKGMANDIR}/man1)