pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ucspi-tcp6



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Jul 26 13:16:57 UTC 2018

Modified Files:
        pkgsrc/net/ucspi-tcp6: Makefile

Log Message:
Use MANZ definedness more straightforwardly.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ucspi-tcp6/Makefile

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

Modified files:

Index: pkgsrc/net/ucspi-tcp6/Makefile
diff -u pkgsrc/net/ucspi-tcp6/Makefile:1.2 pkgsrc/net/ucspi-tcp6/Makefile:1.3
--- pkgsrc/net/ucspi-tcp6/Makefile:1.2  Thu Jul 26 10:05:01 2018
+++ pkgsrc/net/ucspi-tcp6/Makefile      Thu Jul 26 13:16:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/07/26 10:05:01 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2018/07/26 13:16:57 schmonz Exp $
 
 DISTNAME=              ucspi-tcp6-1.06
 CATEGORIES=            net
@@ -21,10 +21,10 @@ INSTALLATION_DIRS=  bin
 
 .include "../../mk/bsd.prefs.mk"
 
+.if !defined(MANZ)
 SUBST_CLASSES+=                manz
 SUBST_STAGE.manz=      do-configure
 SUBST_FILES.manz=      package/man
-.if !defined(MANZ)
 SUBST_SED.manz=                -e 's|safe gzip |safe true |g'
 SUBST_SED.manz+=       -e 's|\.gz||g'
 .endif



Home | Main Index | Thread Index | Old Index