pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/bsdtar



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Feb 15 04:34:21 UTC 2024

Modified Files:
        pkgsrc/archivers/bsdtar: Makefile

Log Message:
bsdtar: drop redundant bsd.prefs.mk inclusion

It's already included on line 4.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/archivers/bsdtar/Makefile

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

Modified files:

Index: pkgsrc/archivers/bsdtar/Makefile
diff -u pkgsrc/archivers/bsdtar/Makefile:1.29 pkgsrc/archivers/bsdtar/Makefile:1.30
--- pkgsrc/archivers/bsdtar/Makefile:1.29       Thu Jan 18 18:04:12 2024
+++ pkgsrc/archivers/bsdtar/Makefile    Thu Feb 15 04:34:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2024/01/18 18:04:12 adam Exp $
+# $NetBSD: Makefile,v 1.30 2024/02/15 04:34:21 gutteridge Exp $
 
 .include "../../archivers/libarchive/Makefile.common"
 .include "../../mk/bsd.prefs.mk"
@@ -50,7 +50,6 @@ INSTALLATION_DIRS=    bin ${PKGMANDIR}/man1
 CHECK_PERMS=           no # avoid circular dependency
 CHECK_PORTABILITY=     no # avoid circular dependency
 
-.include "../../mk/bsd.prefs.mk"
 .if ${OS_VARIANT} == "SCOOSR5"
 # SCO OpenServer 5.0.7/3.2 has windows.h, and configure expects it for MS Windows.
 CONFIGURE_ENV+=                ac_cv_header_windows_h=no



Home | Main Index | Thread Index | Old Index