summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/lib
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-01-01 20:30:56 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-01-01 20:30:56 +0000
commite8a04de225a34f79e6305b431faa7d014cc7af61 (patch)
tree1d95f57609254ee2a0478870ed9a48759876555c /gnu/usr.bin/perl/lib
parentf564f5957fe385b081e60fb6c817f28333bda165 (diff)
downloadFreeBSD-src-e8a04de225a34f79e6305b431faa7d014cc7af61.zip
FreeBSD-src-e8a04de225a34f79e6305b431faa7d014cc7af61.tar.gz
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.
Diffstat (limited to 'gnu/usr.bin/perl/lib')
-rw-r--r--gnu/usr.bin/perl/lib/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/usr.bin/perl/lib/Makefile b/gnu/usr.bin/perl/lib/Makefile
index 51beaf7..88bc2ab 100644
--- a/gnu/usr.bin/perl/lib/Makefile
+++ b/gnu/usr.bin/perl/lib/Makefile
@@ -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>
-
-
OpenPOWER on IntegriCloud