From owner-svn-ports-head@FreeBSD.ORG Fri Jun 20 08:56:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C36E2353; Fri, 20 Jun 2014 08:56:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95DC32627; Fri, 20 Jun 2014 08:56:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5K8uXXQ084159; Fri, 20 Jun 2014 08:56:33 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5K8uXUc084157; Fri, 20 Jun 2014 08:56:33 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406200856.s5K8uXUc084157@svn.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 20 Jun 2014 08:56:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358533 - in head/net-mgmt/cowpatty: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2014 08:56:33 -0000 Author: vanilla Date: Fri Jun 20 08:56:32 2014 New Revision: 358533 URL: http://svnweb.freebsd.org/changeset/ports/358533 QAT: https://qat.redports.org/buildarchive/r358533/ Log: Stagify. Approved by: portmgr@ Modified: head/net-mgmt/cowpatty/Makefile head/net-mgmt/cowpatty/files/patch-Makefile Modified: head/net-mgmt/cowpatty/Makefile ============================================================================== --- head/net-mgmt/cowpatty/Makefile Fri Jun 20 08:50:39 2014 (r358532) +++ head/net-mgmt/cowpatty/Makefile Fri Jun 20 08:56:32 2014 (r358533) @@ -19,16 +19,11 @@ USE_OPENSSL= yes PLIST_FILES= bin/cowpatty bin/genpmk -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}" - @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif - @${ECHO_MSG} "" - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} "" - .include Modified: head/net-mgmt/cowpatty/files/patch-Makefile ============================================================================== --- head/net-mgmt/cowpatty/files/patch-Makefile Fri Jun 20 08:50:39 2014 (r358532) +++ head/net-mgmt/cowpatty/files/patch-Makefile Fri Jun 20 08:56:32 2014 (r358533) @@ -1,5 +1,5 @@ ---- Makefile.orig 2009-06-05 20:07:08.000000000 +0200 -+++ Makefile 2009-09-13 23:43:07.000000000 +0200 +--- Makefile.orig 2009-06-06 02:07:08.000000000 +0800 ++++ Makefile 2014-06-20 16:53:32.501910734 +0800 @@ -1,21 +1,11 @@ -################################## -# Well, I may be doing stupid things with make @@ -23,11 +23,11 @@ all: $(PROGOBJ) $(PROG) -@@ -44,5 +34,5 @@ +@@ -44,5 +34,5 @@ strip: @ls -l $(PROG) install: all - install -d $(DESTDIR)$(BINDIR) - install -m 755 $(PROG) $(DESTDIR)$(BINDIR) + install -d $(DESTDIR)$(PREFIX)/bin -+ install -m 755 $(PROG) $(PREFIX)/bin ++ install -m 755 $(PROG) $(DESTDIR)$(PREFIX)/bin