Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2014 08:56:33 +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: r358533 - in head/net-mgmt/cowpatty: . files
Message-ID:  <201406200856.s5K8uXUc084157@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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 @@
 -##################################
 -# <jwright> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406200856.s5K8uXUc084157>