pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libnet



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 22 07:58:50 UTC 2021

Modified Files:
        pkgsrc/devel/libnet: Makefile

Log Message:
libnet: remove unnecessary include


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/libnet/Makefile

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

Modified files:

Index: pkgsrc/devel/libnet/Makefile
diff -u pkgsrc/devel/libnet/Makefile:1.35 pkgsrc/devel/libnet/Makefile:1.36
--- pkgsrc/devel/libnet/Makefile:1.35   Wed Jul 21 22:35:25 2021
+++ pkgsrc/devel/libnet/Makefile        Thu Jul 22 07:58:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2021/07/21 22:35:25 khorben Exp $
+# $NetBSD: Makefile,v 1.36 2021/07/22 07:58:50 wiz Exp $
 
 DISTNAME=      libnet-1.2
 CATEGORIES=    devel net
@@ -13,7 +13,6 @@ LICENSE=      2-clause-bsd
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 
-.include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index