svn commit: r366012 - head/net/libpcap/files
Antoine Brodin
antoine at FreeBSD.org
Sun Aug 24 20:20:42 UTC 2014
Author: antoine
Date: Sun Aug 24 20:20:41 2014
New Revision: 366012
URL: http://svnweb.freebsd.org/changeset/ports/366012
QAT: https://qat.redports.org/buildarchive/r366012/
Log:
Allow staging as a regular user
Modified:
head/net/libpcap/files/patch-Makefile.in
Modified: head/net/libpcap/files/patch-Makefile.in
==============================================================================
--- head/net/libpcap/files/patch-Makefile.in Sun Aug 24 20:09:55 2014 (r366011)
+++ head/net/libpcap/files/patch-Makefile.in Sun Aug 24 20:20:41 2014 (r366012)
@@ -1,5 +1,5 @@
---- ./Makefile.in.orig 2013-12-03 10:11:53.000000000 -0500
-+++ ./Makefile.in 2013-12-28 22:38:41.000000000 -0500
+--- Makefile.in.orig 2013-12-03 15:11:53 UTC
++++ Makefile.in
@@ -564,49 +564,19 @@
$(DESTDIR)$(includedir)/$$i; done
[ -d $(DESTDIR)$(bindir) ] || \
@@ -56,3 +56,11 @@
for i in $(MANFILE); do \
$(INSTALL_DATA) `echo $$i | sed 's/.manfile.in/.manfile/'` \
$(DESTDIR)$(mandir)/man at MAN_FILE_FORMATS@/`echo $$i | sed 's/.manfile.in/. at MAN_FILE_FORMATS@/'`; done
+@@ -656,7 +626,6 @@
+ [ -d $(DESTDIR)$(libdir) ] || \
+ (mkdir -p $(DESTDIR)$(libdir); chmod 755 $(DESTDIR)$(libdir))
+ $(INSTALL_DATA) libpcap.a $(DESTDIR)$(libdir)/libpcap.a
+- $(RANLIB) $(DESTDIR)$(libdir)/libpcap.a
+ install-archive-shareda:
+ #
+ # AIX, however, doesn't, so we don't install the archive
More information about the svn-ports-head
mailing list