mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
6202905164
headers in certain files. It also blindly assumed the default prefix for the etc directory was /etc. Also pet portlint. PR: ports/60680 Submitted by: Samy Al Bahra <samy@kerneled.com>
12 lines
328 B
Plaintext
12 lines
328 B
Plaintext
--- Makefile.in.orig Sun Dec 28 11:51:29 2003
|
|
+++ Makefile.in Sun Dec 28 11:51:38 2003
|
|
@@ -119,7 +119,7 @@
|
|
mtisa_SOURCES = mtisa.cpp
|
|
mtisa_LDADD = libvpb2.la
|
|
|
|
-etc_prefix = /
|
|
+etc_prefix = $(prefix)
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
|
CONFIG_HEADER = config.h
|