aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/libarc
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-07-27 00:51:15 +0800
committermat <mat@FreeBSD.org>2016-07-27 00:51:15 +0800
commit92a23247b1467190ce10007190052c33423ff547 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /archivers/libarc
parent95f228514e93df3c298ff9e8142253c866d190fe (diff)
downloadfreebsd-ports-gnome-92a23247b1467190ce10007190052c33423ff547.tar.gz
freebsd-ports-gnome-92a23247b1467190ce10007190052c33423ff547.tar.zst
freebsd-ports-gnome-92a23247b1467190ce10007190052c33423ff547.zip
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'archivers/libarc')
-rw-r--r--archivers/libarc/files/patch-Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/archivers/libarc/files/patch-Makefile b/archivers/libarc/files/patch-Makefile
index 6601419ad2df..50787c4184f1 100644
--- a/archivers/libarc/files/patch-Makefile
+++ b/archivers/libarc/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile Tue Jun 13 07:21:19 2000
-+++ Makefile Tue Jun 20 17:44:24 2000
-@@ -14,20 +15,30 @@
+--- Makefile.orig 2000-06-13 04:21:19 UTC
++++ Makefile
+@@ -14,23 +14,33 @@ OBJS = inflate.o url.o url_file.o url_in
url_hqxdecode.o url_qsdecode.o url_news.o url_newsgroup.o url_cgiesc.o \
arc_mime.o
@@ -36,3 +36,6 @@
+
+.c.so:
+ $(CC) $(CFLAGS) -fPIC -fpic -DPIC -c $(.IMPSRC) -o $(.TARGET)
+ install::
+ test -d $(PREFIX)/lib || mkdir -p $(PREFIX)/lib
+ $(INSTALL) -m 444 $(LIB) $(PREFIX)/lib