mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
13 lines
363 B
Text
13 lines
363 B
Text
--- man/Makefile.in.orig Wed Oct 4 13:25:43 2006
|
|
+++ man/Makefile.in Sun Oct 22 10:07:26 2006
|
|
@@ -344,8 +344,8 @@
|
|
yassl_libs = @yassl_libs@
|
|
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
|
|
zlib_dir = @zlib_dir@
|
|
-man1_MANS = @man1_files@
|
|
-man8_MANS = @man8_files@
|
|
+man1_MANS =
|
|
+man8_MANS =
|
|
EXTRA_DIST = $(man1_MANS) $(man8_MANS)
|
|
all: all-am
|
|
|