Changeset 2138
- Timestamp:
- 11/27/07 07:17:20 (1 year ago)
- Files:
-
- trunk/packages/subversion/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/packages/subversion/Makefile
r1864 r2138 26 26 compile-stage2: 27 27 unpack ../$(FILE2) --strip-components=1 28 ./configure --prefix=/usr --with-ssl \28 unset VERSION ; ./configure --prefix=/usr --with-ssl \ 29 29 --with-editor=/usr/bin/vim \ 30 30 --with-installbuilddir=/usr/share/apr/build 31 make32 make install31 unset VERSION ; make 32 unset VERSION ; make install 33 33 install -v -d -m755 /usr/share/doc/$(DIR) 34 34 cp -v -R doc/* /usr/share/doc/$(DIR)
