svn commit: r358968 - in head/net/simpleproxy: . files

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 23 15:07:03 UTC 2014


Author: vanilla
Date: Mon Jun 23 15:07:02 2014
New Revision: 358968
URL: http://svnweb.freebsd.org/changeset/ports/358968
QAT: https://qat.redports.org/buildarchive/r358968/

Log:
  Stagify.
  
  Approved by:	portmgr@

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

Modified: head/net/simpleproxy/Makefile
==============================================================================
--- head/net/simpleproxy/Makefile	Mon Jun 23 14:59:52 2014	(r358967)
+++ head/net/simpleproxy/Makefile	Mon Jun 23 15:07:02 2014	(r358968)
@@ -3,6 +3,7 @@
 
 PORTNAME=	simpleproxy
 PORTVERSION=	3.4
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	SF
 
@@ -11,11 +12,6 @@ COMMENT=	Simple TCP proxy
 
 GNU_CONFIGURE=	yes
 
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
-.if !defined(NO_INSTALL_MANPAGES)
-MAN1=		simpleproxy.1
-.endif
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/net/simpleproxy/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/simpleproxy/files/patch-Makefile	Mon Jun 23 15:07:02 2014	(r358968)
@@ -0,0 +1,14 @@
+--- Makefile.in.orig	2014-06-23 23:04:56.824141193 +0800
++++ Makefile.in	2014-06-23 23:05:12.570149447 +0800
+@@ -31,9 +31,9 @@ distclean: clean
+ 
+ install: simpleproxy
+ 	$(top_srcdir)/mkinstalldirs $(bindir)
+-	$(INSTALL)   simpleproxy $(bindir)
++	$(INSTALL)   simpleproxy $(DESTDIR)$(bindir)
+ 	$(top_srcdir)/mkinstalldirs $(mandir)/man1
+-	$(INSTALL)   simpleproxy.man $(mandir)/man1/simpleproxy.1
++	$(INSTALL)   simpleproxy.man $(DESTDIR)$(mandir)/man1/simpleproxy.1
+ 
+ simpleproxy: simpleproxy.o cfg.o Makefile
+ 	$(CC) $(CFLAGS) -o simpleproxy simpleproxy.o cfg.o $(LIBS)


More information about the svn-ports-head mailing list