svn commit: r356729 - in head/net/jumpgate: . files

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jun 6 01:34:32 UTC 2014


Author: vanilla
Date: Fri Jun  6 01:34:31 2014
New Revision: 356729
URL: http://svnweb.freebsd.org/changeset/ports/356729
QAT: https://qat.redports.org/buildarchive/r356729/

Log:
  Stagify.
  
  Approved by:	portmgr@

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

Modified: head/net/jumpgate/Makefile
==============================================================================
--- head/net/jumpgate/Makefile	Fri Jun  6 01:09:44 2014	(r356728)
+++ head/net/jumpgate/Makefile	Fri Jun  6 01:34:31 2014	(r356729)
@@ -11,8 +11,6 @@ COMMENT=	TCP connection forwarder
 
 GNU_CONFIGURE=	yes
 
-MAN8=		jumpgate.8
-PLIST_FILES=	sbin/jumpgate
+PLIST_FILES=	man/man8/jumpgate.8.gz sbin/jumpgate
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/net/jumpgate/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/jumpgate/files/patch-Makefile.in	Fri Jun  6 01:34:31 2014	(r356729)
@@ -0,0 +1,17 @@
+--- Makefile.in.orig	2014-06-06 09:30:37.782875595 +0800
++++ Makefile.in	2014-06-06 09:31:03.369876627 +0800
+@@ -36,10 +36,10 @@ distclean:
+ 	rm -f Makefile config.cache config.log config.status config.h confdefs.h
+ 
+ install:
+-	$(INSTALL) -d $(install_prefix)$(sbindir)
+-	$(INSTALL_PROGRAM) -m 0755 jumpgate $(install_prefix)$(sbindir)
+-	$(INSTALL) -d $(install_prefix)$(mandir)/man8
+-	$(INSTALL_DATA) jumpgate.8 $(install_prefix)$(mandir)/man8
++	$(INSTALL) -d $(DESTDIR)$(install_prefix)$(sbindir)
++	$(INSTALL_PROGRAM) -m 0755 jumpgate $(DESTDIR)$(install_prefix)$(sbindir)
++	$(INSTALL) -d $(DESTDIR)$(install_prefix)$(mandir)/man8
++	$(INSTALL_DATA) jumpgate.8 $(DESTDIR)$(install_prefix)$(mandir)/man8
+ 
+ uninstall:
+ 	rm -f $(install_prefix)$(sbindir)/jumpgate


More information about the svn-ports-head mailing list