mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2010/12/23 16:57:33 taca Exp $
|
|
|
|
Make sure to execute by perl.
|
|
|
|
--- Makefile.orig 2003-07-28 14:10:19.000000000 +0000
|
|
+++ Makefile
|
|
@@ -15,7 +15,7 @@ usage:
|
|
@ echo "make clean "
|
|
|
|
install:
|
|
- ./install.pl fml/etc/install.cf
|
|
+ ${PERL} ./install.pl fml/etc/install.cf
|
|
|
|
scan:
|
|
@ cvs -n update 2>&1 |grep -v : || echo ''
|