Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/help2man converters/help2man: remove redund...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c582fa5f6196
branches:  trunk
changeset: 430830:c582fa5f6196
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 04 18:29:26 2020 +0000

description:
converters/help2man: remove redundant condition around SUBST block

Since subst.mk r1.85 from 2020-04-29 20:00, a few hours after this
condition had been added, this is not necessary anymore.

diffstat:

 converters/help2man/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r a6daa222cdda -r c582fa5f6196 converters/help2man/Makefile
--- a/converters/help2man/Makefile      Mon May 04 18:06:56 2020 +0000
+++ b/converters/help2man/Makefile      Mon May 04 18:29:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/04/29 12:39:57 adam Exp $
+# $NetBSD: Makefile,v 1.57 2020/05/04 18:29:26 rillig Exp $
 
 DISTNAME=      help2man-1.47.15
 CATEGORIES=    converters
@@ -39,7 +39,6 @@
 SOEXT=                 so
 .endif
 
-.if ${SOEXT} != so
 SUBST_CLASSES+=                soext
 SUBST_MESSAGE.soext=   Fixing shared library suffix
 SUBST_STAGE.soext=     pre-configure
@@ -47,7 +46,6 @@
 SUBST_FILES.soext+=    Makefile.in
 SUBST_SED.soext+=      -e 's,bindtextdomain\.so,bindtextdomain.${SOEXT},g'
 SUBST_SED.soext+=      -e 's,$$(preload)\.so,$$(preload).${SOEXT},g'
-.endif
 
 PLIST_SUBST+=          SOEXT=${SOEXT}
 



Home | Main Index | Thread Index | Old Index