mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
464 B
Plaintext
16 lines
464 B
Plaintext
$NetBSD: patch-ad,v 1.4 2009/05/19 22:21:19 wiz Exp $
|
|
|
|
Avoid installing short Python script to not incur a Python dependency.
|
|
|
|
--- data/Makefile.in.orig 2008-04-03 21:28:58.000000000 +0200
|
|
+++ data/Makefile.in
|
|
@@ -768,7 +768,7 @@ info: info-recursive
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-bugreportSCRIPTS install-data-local \
|
|
+install-data-am: install-data-local \
|
|
install-desktopDATA install-man install-schemaDATA \
|
|
install-stuffDATA
|
|
@$(NORMAL_INSTALL)
|