mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
411 B
Plaintext
14 lines
411 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2005/09/02 14:42:52 xtraeme Exp $
|
|
|
|
--- datas/Makefile.orig 2005-09-02 02:20:49.000000000 +0200
|
|
+++ datas/Makefile 2005-09-02 02:21:02.000000000 +0200
|
|
@@ -10,7 +10,7 @@
|
|
$(INSTALL_DATA) mime.conf $(DIR)
|
|
$(INSTALL_DATA) efltk.conf $(DIR)
|
|
$(MKINSTALLDIRS) $(bindir)
|
|
- $(INSTALL_PROGRAM) startede $(bindir)
|
|
+ $(BSD_INSTALL_SCRIPT) startede $(bindir)
|
|
|
|
uninstall:
|
|
$(RM) -r $(DIR)
|