Add missing ${DESTDIR} so that the library ends up in a release.
Remove mkdir -p, this is handled by make hierarchy. Add NOOBJ= to override obj: target, and remove local obj: target.
This commit is contained in:
parent
c9c9b4072b
commit
1f2cdfec28
@ -1,4 +1,4 @@
|
||||
PLIBDIR= /usr/share/perl
|
||||
PLIBDIR= ${DESTDIR}/usr/share/perl
|
||||
|
||||
PLIB+= abbrev.pl assert.pl bigfloat.pl bigint.pl bigrat.pl cacheout.pl
|
||||
PLIB+= chat2.pl complete.pl ctime.pl dumpvar.pl exceptions.pl fastcwd.pl
|
||||
@ -6,14 +6,12 @@ PLIB+= find.pl finddepth.pl flush.pl getcwd.pl getopts.pl importenv.pl
|
||||
PLIB+= look.pl newgetopt.pl open2.pl perldb.pl pwd.pl shellwords.pl
|
||||
PLIB+= stat.pl syslog.pl termcap.pl timelocal.pl validate.pl
|
||||
|
||||
NOOBJ=
|
||||
|
||||
install:
|
||||
mkdir -p ${PLIBDIR}
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PLIB} ${PLIBDIR}
|
||||
|
||||
clean:
|
||||
cleandir:
|
||||
obj:
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user