mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 16:30:22 -04:00
15 lines
307 B
Plaintext
15 lines
307 B
Plaintext
$NetBSD: patch-Makefile,v 1.1 2016/02/20 02:54:45 khorben Exp $
|
|
|
|
Do not run the tests
|
|
|
|
--- Makefile.orig 2016-02-20 02:49:12.000000000 +0000
|
|
+++ Makefile
|
|
@@ -1,6 +1,6 @@
|
|
PACKAGE = CPP
|
|
VERSION = 0.0.3
|
|
-SUBDIRS = data doc include src tests
|
|
+SUBDIRS = data doc include src
|
|
RM = rm -f
|
|
LN = ln -f
|
|
TAR = tar
|