aboutsummaryrefslogtreecommitdiff
path: root/archivers/dact
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /archivers/dact
parent5a20e7990eb544509174d617d359bf0d4ac64737 (diff)
downloadports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.gz
ports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.zip
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419133
Diffstat (limited to 'archivers/dact')
-rw-r--r--archivers/dact/files/patch-Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/dact/files/patch-Makefile.in b/archivers/dact/files/patch-Makefile.in
index 8ff5925b635b..34b4e903adbd 100644
--- a/archivers/dact/files/patch-Makefile.in
+++ b/archivers/dact/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig 2006-03-25 16:15:04.000000000 +0300
-+++ Makefile.in 2015-02-25 22:26:51.000000000 +0300
-@@ -24,8 +24,8 @@
+--- Makefile.in.orig 2006-03-25 13:15:04 UTC
++++ Makefile.in
+@@ -24,8 +24,8 @@ INSTALL = @INSTALL@
prefix = @prefix@
exec_prefix = @exec_prefix@
@@ -11,7 +11,7 @@
sysconfdir = @sysconfdir@
mandir = @mandir@
datadir = @datadir@
-@@ -41,13 +41,14 @@
+@@ -41,13 +41,14 @@ OBJS += dact_common.o comp_fail.o comp_p
# be kept in sync with OBJS
SHLIBOBJS += dact_common_shr.o comp_fail_shr.o comp_plain_shr.o buffer_shr.o header_shr.o sort_shr.o module_shr.o parse_shr.o dendian_shr.o crc_shr.o net_shr.o ui_shr.o sfx_shr.o libdact_shr.o @SHLIBOBJS@
ALGO = comp_snibble.c comp_delta.c comp_text.c comp_rle.c cipher_chaos.c cipher_sub.c cipher_psub.c @ALGO@