svn commit: r411774 - head/sysutils/rename

Mathieu Arnold mat at FreeBSD.org
Thu Mar 24 11:59:31 UTC 2016


Author: mat
Date: Thu Mar 24 11:59:29 2016
New Revision: 411774
URL: https://svnweb.freebsd.org/changeset/ports/411774

Log:
  Fix build.
  
  Pointy hat to:	mat
  Sponsored by:	Absolight

Modified:
  head/sysutils/rename/Makefile   (contents, props changed)

Modified: head/sysutils/rename/Makefile
==============================================================================
--- head/sysutils/rename/Makefile	Thu Mar 24 11:52:34 2016	(r411773)
+++ head/sysutils/rename/Makefile	Thu Mar 24 11:59:29 2016	(r411774)
@@ -12,7 +12,7 @@ COMMENT=	Rename multiple files using reg
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES=	bin/renamex man/man1/renamex.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e \


More information about the svn-ports-all mailing list