svn commit: r358533 - in head/net-mgmt/cowpatty: . files

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jun 20 08:56:33 UTC 2014


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


More information about the svn-ports-all mailing list