/[svn2cvs]/Makefile
ViewVC logotype

Contents of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations)
Mon Sep 30 00:29:31 2024 UTC (6 weeks, 4 days ago) by yakumo_izuru
Branch: MAIN
CVS Tags: HEAD
Initial release

1 PREFIX ?= /usr/pkg
2 MANDIR ?= ${PREFIX}/man
3
4 install:
5 @install -m0755 svn2cvs ${DESTDIR}${PREFIX}/bin/svn2cvs
6 @install -m0644 man/svn2cvs.1 ${DESTDIR}${MANDIR}/man1/svn2cvs.1
7 uninstall:
8 @rm -f ${DESTDIR}${PREFIX}/bin/svn2cvs
9 @rm -f ${DESTDIR}${MANDIR}/man/man1/svn2cvs.1

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev