svn commit: r302898 - head/net/rinetd

Doug Barton dougb at FreeBSD.org
Tue Aug 21 20:43:06 UTC 2012


Author: dougb
Date: Tue Aug 21 20:43:06 2012
New Revision: 302898
URL: http://svn.freebsd.org/changeset/ports/302898

Log:
  Revert r302549. This port is another special case of needing to explicitly
  define PORTVERSION as part of WRKSRC.

Modified:
  head/net/rinetd/Makefile

Modified: head/net/rinetd/Makefile
==============================================================================
--- head/net/rinetd/Makefile	Tue Aug 21 20:23:32 2012	(r302897)
+++ head/net/rinetd/Makefile	Tue Aug 21 20:43:06 2012	(r302898)
@@ -19,6 +19,8 @@ COMMENT=	A simple TCP port redirector
 
 OPTIONS_DEFINE=	DOCS
 
+WRKSRC=		${WRKDIR}/rinetd-${PORTVERSION}
+
 MAKE_JOBS_SAFE=	yes
 USE_DOS2UNIX=	yes
 



More information about the svn-ports-all mailing list