mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
0bfc0ed369
- Add USE_AUTOTOOLS=libtoolize (and others) because the configure script hasn't been generated with the same version of libtool as the bundled ltmain.sh script - Remove -fPIC and --with-pic
11 lines
401 B
Plaintext
11 lines
401 B
Plaintext
--- contrib/Makefile.am.orig 2002-02-26 10:21:19 UTC
|
|
+++ contrib/Makefile.am
|
|
@@ -1,6 +1,6 @@
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = trytime
|
|
-contribdir = $(prefix)/contrib
|
|
+contribdir = $(prefix)/share/examples/rrdtool
|
|
contrib_DATA = README
|
|
EXTRA_DIST = rrdview log2rrd rrd-file-icon rrdproc rrdlastds add_ds killspike rrdfetchnames snmpstats rrdexplorer php3 php4
|