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: rillig
Date: Mon May 4 18:29:26 UTC 2020
Modified Files:
pkgsrc/converters/help2man: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 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.56 pkgsrc/converters/help2man/Makefile:1.57
--- pkgsrc/converters/help2man/Makefile:1.56 Wed Apr 29 12:39:57 2020
+++ pkgsrc/converters/help2man/Makefile Mon May 4 18:29:26 2020
@@ -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= sl
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= bindtextdomain.c
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