mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
e31eae8acf
built around CVS. PR: 48258 Submitted by: Johannes Groedem <johs@copyleft.no>
10 lines
118 B
Makefile
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})
|