summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/BSDPAN/Makefile
blob: 701712f07213c6514897aea9bd3ea0a0463f487d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$
#
# Doing a make install builds /usr/libdata/perl/BSDPAN

DDIR=	${DESTDIR}/usr/libdata/perl/BSDPAN

NOOBJ=	noobj

all clean cleandir depend lint tags:

FILES=	BSDPAN.pm BSDPAN/Override.pm Config.pm ExtUtils/MM_Unix.pm ExtUtils/Packlist.pm

.for file in ${FILES}
beforeinstall::
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file}
.endfor

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud