1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/meta-cvs/files/Makefile
Greg Lewis e31eae8acf Add a port of Meta-CVS, a more capable version control system than CVS,
built around CVS.

PR:		48258
Submitted by:	Johannes Groedem <johs@copyleft.no>
2003-02-28 16:49:54 +00:00

10 lines
118 B
Makefile

# $FreeBSD$
all: meta-cvs
meta-cvs:
(cd code; /bin/sh build.sh)
install:
(cd code; /bin/sh install.sh ${PREFIX})