mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
19 lines
420 B
Text
19 lines
420 B
Text
--- Makefile.in.orig Tue Nov 4 12:52:42 2003
|
|
+++ Makefile.in Tue Nov 4 12:55:43 2003
|
|
@@ -132,13 +132,12 @@
|
|
libexslt \
|
|
xsltproc \
|
|
doc \
|
|
- @PYTHON_SUBDIR@ \
|
|
- tests
|
|
+ @PYTHON_SUBDIR@
|
|
|
|
|
|
-DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests
|
|
+DIST_SUBDIRS = libxslt libexslt xsltproc python doc
|
|
|
|
-confexecdir = $(libdir)
|
|
+confexecdir = $(sysconfdir)
|
|
confexec_DATA = xsltConf.sh
|
|
|
|
bin_SCRIPTS = xslt-config
|