Date: Fri, 20 Jun 2014 08:45:06 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358530 - in head/net-mgmt/aggregate: . files Message-ID: <201406200845.s5K8j6i0079215@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Fri Jun 20 08:45:05 2014 New Revision: 358530 URL: http://svnweb.freebsd.org/changeset/ports/358530 QAT: https://qat.redports.org/buildarchive/r358530/ Log: Stagify. Approved by: portmgr@ Modified: head/net-mgmt/aggregate/Makefile head/net-mgmt/aggregate/files/patch-Makefile.in Modified: head/net-mgmt/aggregate/Makefile ============================================================================== --- head/net-mgmt/aggregate/Makefile Fri Jun 20 08:42:51 2014 (r358529) +++ head/net-mgmt/aggregate/Makefile Fri Jun 20 08:45:05 2014 (r358530) @@ -12,9 +12,10 @@ MAINTAINER= jabley@automagic.org COMMENT= Optimise a list of route prefixes to help make nice short filters GNU_CONFIGURE= yes +USES= shebangfix +SHEBANG_FILES= aggregate-ios -PLIST_FILES= bin/aggregate bin/aggregate-ios -MAN1= aggregate.1 aggregate-ios.1 +PLIST_FILES= bin/aggregate bin/aggregate-ios \ + man/man1/aggregate.1.gz man/man1/aggregate-ios.1.gz -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net-mgmt/aggregate/files/patch-Makefile.in ============================================================================== --- head/net-mgmt/aggregate/files/patch-Makefile.in Fri Jun 20 08:42:51 2014 (r358529) +++ head/net-mgmt/aggregate/files/patch-Makefile.in Fri Jun 20 08:45:05 2014 (r358530) @@ -1,6 +1,6 @@ ---- Makefile.in.orig Fri Nov 2 10:49:52 2001 -+++ Makefile.in Fri Nov 2 12:04:11 2001 -@@ -25,7 +25,6 @@ +--- Makefile.in.orig 2002-03-07 00:59:37.000000000 +0800 ++++ Makefile.in 2014-06-20 16:42:05.475964834 +0800 +@@ -25,7 +25,6 @@ CC = @CC@ INSTALL = @INSTALL@ DEFS = @DEFS@ LIBS = @LIBS@ @@ -8,3 +8,18 @@ LDFLAGS = -s prefix = @prefix@ +@@ -41,10 +40,10 @@ clean: + rm -f *.o + + install: $(PROGS) +- $(INSTALL) -m 0755 aggregate $(prefix)/bin/ +- $(INSTALL) -m 0644 aggregate.1 $(prefix)/man/man1/ +- $(INSTALL) -m 0755 aggregate-ios $(prefix)/bin/ +- $(INSTALL) -m 0644 aggregate-ios.1 $(prefix)/man/man1/ ++ $(INSTALL) -m 0755 aggregate $(DESTDIR)$(prefix)/bin/ ++ $(INSTALL) -m 0644 aggregate.1 $(DESTDIR)$(prefix)/man/man1/ ++ $(INSTALL) -m 0755 aggregate-ios $(DESTDIR)$(prefix)/bin/ ++ $(INSTALL) -m 0644 aggregate-ios.1 $(DESTDIR)$(prefix)/man/man1/ + + .c.o: + $(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $<
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406200845.s5K8j6i0079215>