svn commit: r413601 - head/sysutils/rdup

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Apr 18 17:58:47 UTC 2016


Author: rm
Date: Mon Apr 18 17:58:45 2016
New Revision: 413601
URL: https://svnweb.freebsd.org/changeset/ports/413601

Log:
  sysutils/rdup: unbreak

Modified:
  head/sysutils/rdup/Makefile

Modified: head/sysutils/rdup/Makefile
==============================================================================
--- head/sysutils/rdup/Makefile	Mon Apr 18 17:29:08 2016	(r413600)
+++ head/sysutils/rdup/Makefile	Mon Apr 18 17:58:45 2016	(r413601)
@@ -18,6 +18,7 @@ LIB_DEPENDS=	libglib-2.0.so:devel/glib20
 		libpcre.so:devel/pcre \
 		libnettle.so:security/nettle
 
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USES=		autoreconf gmake libarchive pkgconfig
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list