pkgsrc-WIP-changes archive

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

Remove unneeded errno fix.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Thu Nov 19 12:23:52 2020 +0100
Changeset:	074bf81514ff21a06b45a25ff0da8f19c75bdd0c

Modified Files:
	ipsvd/Makefile

Log Message:
Remove unneeded errno fix.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=074bf81514ff21a06b45a25ff0da8f19c75bdd0c

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

diffstat:
 ipsvd/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/ipsvd/Makefile b/ipsvd/Makefile
index 64e19d6472..da0e9e4db5 100644
--- a/ipsvd/Makefile
+++ b/ipsvd/Makefile
@@ -15,8 +15,6 @@ PKGDOCDIR=	${PREFIX}/share/doc/${PKGBASE}
 
 DJB_SLASHPACKAGE=	YES
 
-SUBST_CLASSES+=		djberrno
-
 DOCS=		package/CHANGES package/COPYING package/README doc/*.html
 
 INSTALLATION_DIRS=	sbin ${PKGMANDIR}/man5 ${PKGMANDIR}/man7 ${PKGMANDIR}/man8


Home | Main Index | Thread Index | Old Index