perl/perl-Log-Message: Bring SlackBuild into line with template.
This commit is contained in:
parent
ce244293e0
commit
6ed748a456
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for perl-Log-Message
|
# Slackware build script for perl-Log-Message
|
||||||
|
|
||||||
# Copyright 2013 Andreas Voegele <andreas@andreasvoegele.com>
|
# Copyright 2013-2016 Andreas Voegele <andreas@andreasvoegele.com>
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software for any
|
# Permission to use, copy, modify, and distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -68,6 +68,7 @@ find -L . \
|
||||||
perl Makefile.PL \
|
perl Makefile.PL \
|
||||||
PREFIX=/usr \
|
PREFIX=/usr \
|
||||||
INSTALLDIRS=vendor \
|
INSTALLDIRS=vendor \
|
||||||
|
INSTALLVENDORMAN1DIR=/usr/man/man1 \
|
||||||
INSTALLVENDORMAN3DIR=/usr/man/man3
|
INSTALLVENDORMAN3DIR=/usr/man/man3
|
||||||
make
|
make
|
||||||
make test
|
make test
|
||||||
|
|
Loading…
Reference in New Issue