pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/mousetar
Module Name: pkgsrc
Committed By: nia
Date: Tue May 24 13:02:34 UTC 2022
Modified Files:
pkgsrc/archivers/mousetar: Makefile
Log Message:
mousetar: Eliminate silly NetBSD version test.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/archivers/mousetar/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/mousetar/Makefile
diff -u pkgsrc/archivers/mousetar/Makefile:1.27 pkgsrc/archivers/mousetar/Makefile:1.28
--- pkgsrc/archivers/mousetar/Makefile:1.27 Wed Apr 21 22:23:53 2021
+++ pkgsrc/archivers/mousetar/Makefile Tue May 24 13:02:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2021/04/21 22:23:53 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2022/05/24 13:02:34 nia Exp $
DISTNAME= mousetar-20021217
PKGREVISION= 1
@@ -21,9 +21,7 @@ CPPFLAGS.SunOS+= -DTAR_INODE_NONE -DLINU
CPPFLAGS.SunOS+= -DL_SET=SEEK_SET -DL_INCR=SEEK_CUR -DL_XTND=SEEK_END
CPPFLAGS.Linux+= -DLINUX_NAMLEN
-.if !empty(MACHINE_PLATFORM:MNetBSD-[2-9].*-*)
-CPPFLAGS+= -DTAR_INODE_INTERNAL
-.endif
+CPPFLAGS.NetBSD+= -DTAR_INODE_INTERNAL
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
Home |
Main Index |
Thread Index |
Old Index