pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/help2man



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu May 28 15:08:27 UTC 2020

Modified Files:
        pkgsrc/converters/help2man: Makefile

Log Message:
help2man: SOEXT may not change, needs SUBST_NOOP_OK


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/converters/help2man/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/help2man/Makefile
diff -u pkgsrc/converters/help2man/Makefile:1.57 pkgsrc/converters/help2man/Makefile:1.58
--- pkgsrc/converters/help2man/Makefile:1.57    Mon May  4 18:29:26 2020
+++ pkgsrc/converters/help2man/Makefile Thu May 28 15:08:27 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2020/05/04 18:29:26 rillig Exp $
+# $NetBSD: Makefile,v 1.58 2020/05/28 15:08:27 nia Exp $
 
 DISTNAME=      help2man-1.47.15
 CATEGORIES=    converters
@@ -41,6 +41,7 @@ SOEXT=                        so
 
 SUBST_CLASSES+=                soext
 SUBST_MESSAGE.soext=   Fixing shared library suffix
+SUBST_NOOP_OK.soext+=  yes
 SUBST_STAGE.soext=     pre-configure
 SUBST_FILES.soext=     bindtextdomain.c
 SUBST_FILES.soext+=    Makefile.in



Home | Main Index | Thread Index | Old Index