mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
- Add test target - Remove patch-src-my_iconv.c and add patch-tests__Makefile.in - Pass maintainership to submitter PR: ports/143044 Submitted by: bf <bf1783@gmail.com>
11 lines
432 B
Text
11 lines
432 B
Text
--- tests/Makefile.in.orig 2010-01-20 21:04:39.000000000 -0500
|
|
+++ tests/Makefile.in 2010-01-20 21:04:14.000000000 -0500
|
|
@@ -208,7 +208,7 @@
|
|
|
|
# add the test scripts and the test data to the distributed files
|
|
EXTRA_DIST = $(TESTS) $(testdata)
|
|
-TESTS_ENVIRONMENT = UNRTF=$(top_builddir)/src/unrtf
|
|
+TESTS_ENVIRONMENT = UNRTF="$(top_builddir)/src/unrtf -P $(top_builddir)/outputs:$(top_builddir)/charmaps"
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|