1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/comms/vpb2/files/patch-Makefile.in
Mark Linimon 6202905164 The port did not build on many systems due to conflicting and missing
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>
2003-12-29 07:58:47 +00:00

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