svn commit: r359034 - in head/net/socketpipe: . files

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 24 03:59:17 UTC 2014


Author: vanilla
Date: Tue Jun 24 03:59:16 2014
New Revision: 359034
URL: http://svnweb.freebsd.org/changeset/ports/359034
QAT: https://qat.redports.org/buildarchive/r359034/

Log:
  Stagify.
  
  Approved by:	portmgr (blanket approval)

Added:
  head/net/socketpipe/files/
  head/net/socketpipe/files/patch-Makefile   (contents, props changed)
Modified:
  head/net/socketpipe/Makefile

Modified: head/net/socketpipe/Makefile
==============================================================================
--- head/net/socketpipe/Makefile	Tue Jun 24 03:56:37 2014	(r359033)
+++ head/net/socketpipe/Makefile	Tue Jun 24 03:59:16 2014	(r359034)
@@ -10,9 +10,6 @@ MASTER_SITES=	http://www.spinellis.gr/sw
 MAINTAINER=	dds at FreeBSD.org
 COMMENT=	Zero overhead remote process plumbing
 
-MAN1=		socketpipe.1
-MANCOMPRESSED=	yes
-PLIST_FILES=	bin/socketpipe
+PLIST_FILES=	bin/socketpipe man/man1/socketpipe.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/net/socketpipe/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/socketpipe/files/patch-Makefile	Tue Jun 24 03:59:16 2014	(r359034)
@@ -0,0 +1,13 @@
+--- Makefile.orig	2014-06-24 11:56:55.409948485 +0800
++++ Makefile	2014-06-24 11:57:17.105948669 +0800
+@@ -8,8 +8,8 @@ $(NAME): $(NAME).c
+ 	$(CC) $(CFLAGS) -o $@ $?
+ 
+ install: $(NAME)
+-	$(INSTALL) -s $(NAME) $(PREFIX)/bin
+-	gzip -c $(NAME).1 >$(PREFIX)/man/man1/$(NAME).1.gz
++	$(INSTALL) -s $(NAME) $(DESTDIR)$(PREFIX)/bin
++	gzip -c $(NAME).1 > $(DESTDIR)$(PREFIX)/man/man1/$(NAME).1.gz
+ 
+ socketpipe.exe: socketpipe-win.c
+ 	cl -o socketpipe.exe -W3 -Ox socketpipe-win.c mswsock.lib Ws2_32.lib Kernel32.lib


More information about the svn-ports-head mailing list