pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ucspi-ssl Quell pkglint: sprinkle .PHONY and termi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b50740a628c5
branches:  trunk
changeset: 442091:b50740a628c5
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Nov 18 15:12:39 2020 +0000

description:
Quell pkglint: sprinkle .PHONY and terminate list of commands with semicolon.

diffstat:

 net/ucspi-ssl/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 5ea013dee699 -r b50740a628c5 net/ucspi-ssl/options.mk
--- a/net/ucspi-ssl/options.mk  Wed Nov 18 14:44:35 2020 +0000
+++ b/net/ucspi-ssl/options.mk  Wed Nov 18 15:12:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2020/09/22 09:59:05 schmonz Exp $
+# $NetBSD: options.mk,v 1.11 2020/11/18 15:12:39 schmonz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ucspi-ssl
 PKG_SUPPORTED_OPTIONS+=        inet6 perl
@@ -12,11 +12,12 @@
 .endif
 
 PLIST_VARS+=           perl
+.PHONY: do-install-sslperl
 .if !empty(PKG_OPTIONS:Mperl)
 .include "../../lang/perl5/buildlink3.mk"
 USE_TOOLS+=            perl:run
 DJB_CONFIG_CMDS+=      ${ECHO} ${PERL5} > conf-perl; \
-                       ${ECHO} it-sslperl >> src/it=d
+                       ${ECHO} it-sslperl >> src/it=d;
 PLIST.perl=            yes
 do-install-sslperl:
        ${INSTALL_PROGRAM} ${WRKSRC}/command/sslperl ${DESTDIR}${PREFIX}/bin



Home | Main Index | Thread Index | Old Index