svn commit: r305509 - head/security/binwalk

Jason E. Hale jhale at FreeBSD.org
Sun Oct 7 21:03:16 UTC 2012


Author: jhale
Date: Sun Oct  7 21:03:15 2012
New Revision: 305509
URL: http://svn.freebsd.org/changeset/ports/305509

Log:
  - Fix typo
  
  Noticed by:	bsam
  Approved by:	makc (mentor implicit)

Modified:
  head/security/binwalk/Makefile

Modified: head/security/binwalk/Makefile
==============================================================================
--- head/security/binwalk/Makefile	Sun Oct  7 20:48:20 2012	(r305508)
+++ head/security/binwalk/Makefile	Sun Oct  7 21:03:15 2012	(r305509)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 PLIST_FILES=	bin/binwalk \
 		etc/binwalk/magic.binarch \
 		etc/binwalk/magic.bincast \
-		etc/binwalk/magic.binwalk \
+		etc/binwalk/magic.binwalk
 PLIST_DIRS=	etc/binwalk
 
 PORTDOCS=	README



More information about the svn-ports-all mailing list