2001-04-03 18:38:53 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# Doing a make install builds /usr/libdata/perl/BSDPAN
|
|
|
|
|
|
|
|
DDIR= ${DESTDIR}/usr/libdata/perl/BSDPAN
|
|
|
|
|
|
|
|
NOOBJ= noobj
|
|
|
|
|
|
|
|
all clean cleandir depend lint tags:
|
|
|
|
|
2001-05-01 09:25:24 +00:00
|
|
|
FILES= BSDPAN.pm BSDPAN/Override.pm Config.pm ExtUtils/MM_Unix.pm ExtUtils/Packlist.pm
|
2001-04-03 18:38:53 +00:00
|
|
|
|
|
|
|
.for file in ${FILES}
|
|
|
|
beforeinstall::
|
|
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|