pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/xengine



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Jan 27 20:46:57 UTC 2025

Modified Files:
        pkgsrc/benchmarks/xengine: Makefile

Log Message:
benchmarks/xengine: remove irrelevant package variable

As there are no PATCHFILES, PATCH_DIST_STRIP is not used.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/benchmarks/xengine/Makefile

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

Modified files:

Index: pkgsrc/benchmarks/xengine/Makefile
diff -u pkgsrc/benchmarks/xengine/Makefile:1.28 pkgsrc/benchmarks/xengine/Makefile:1.29
--- pkgsrc/benchmarks/xengine/Makefile:1.28     Wed Apr 21 09:15:34 2021
+++ pkgsrc/benchmarks/xengine/Makefile  Mon Jan 27 20:46:57 2025
@@ -1,19 +1,17 @@
-# $NetBSD: Makefile,v 1.28 2021/04/21 09:15:34 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2025/01/27 20:46:57 rillig Exp $
 
 DISTNAME=      xengine-1.0.1
 PKGREVISION=   4
 CATEGORIES=    benchmarks
 #MASTER_SITES= ftp://ftp.42.org/pub/OLD/x/xengine/
+DIST_SUBDIR=   xengine
 DISTFILES=     part01.z patch1.z
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Reciprocating engine for X
 
 WRKSRC=                        ${WRKDIR}
-DIST_SUBDIR=           xengine
 USE_IMAKE=             yes
-PATCH_DIST_STRIP=      -p1
-
 USE_TOOLS+=    gzcat patch sed
 
 EXTRACT_CMD=   ${GZCAT} $$extract_file | ${SED} "1,/\#!/d" | ${SH}



Home | Main Index | Thread Index | Old Index