mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
18 lines
488 B
Plaintext
18 lines
488 B
Plaintext
--- libefs/Makefile.in.orig Tue Oct 3 21:50:49 2000
|
|
+++ libefs/Makefile.in Tue Oct 3 22:26:30 2000
|
|
@@ -91,3 +91,3 @@
|
|
CONFIG_CLEAN_FILES = libefs-config libefs.pc
|
|
-SCRIPTS = $(bin_SCRIPTS) $(pc_SCRIPTS)
|
|
+SCRIPTS = $(bin_SCRIPTS)
|
|
|
|
@@ -350,3 +350,3 @@
|
|
|
|
-install-data-am: install-pcSCRIPTS
|
|
+install-data-am:
|
|
install-data: install-data-recursive
|
|
@@ -364,3 +364,3 @@
|
|
installdirs-am:
|
|
- $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(pcdir)
|
|
+ $(mkinstalldirs) $(DESTDIR)$(bindir)
|
|
|