[BACK]Return to patch-aa CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / lang / squeak-vm / patches

Annotation of pkgsrc/lang/squeak-vm/patches/patch-aa, Revision 1.2

1.1       asau        1: $NetBSD$
                      2:
                      3: Adapt to hierarchy convention.
                      4:
1.2     ! asau        5: --- unix/vm/build.cmake.orig   2012-09-17 01:03:14.000000000 +0000
        !             6: +++ unix/vm/build.cmake
        !             7: @@ -90,4 +90,4 @@ ADD_CUSTOM_TARGET (squeak.1
1.1       asau        8:    COMMAND sh ${bld}/config ${unix}/doc/squeak.1 ${bld}/squeak.1
                      9:  )
1.2     ! asau       10:  ADD_DEPENDENCIES (squeakvm${scriptsuffix} squeak.1)
1.1       asau       11: -INSTALL (FILES ${bld}/squeak.1 DESTINATION share/man/man1)
                     12: +INSTALL (FILES ${bld}/squeak.1 DESTINATION ${PKGMANDIR}/man1)

CVSweb <webmaster@jp.NetBSD.org>