svn commit: r334632 - head/x11-toolkits/xview

Cy Schubert cy at FreeBSD.org
Sat Nov 23 03:53:47 UTC 2013


Author: cy
Date: Sat Nov 23 03:53:46 2013
New Revision: 334632
URL: http://svnweb.freebsd.org/changeset/ports/334632

Log:
  Fix typo.
  
  Pointy hat to:	yours truly

Modified:
  head/x11-toolkits/xview/Makefile

Modified: head/x11-toolkits/xview/Makefile
==============================================================================
--- head/x11-toolkits/xview/Makefile	Sat Nov 23 03:50:10 2013	(r334631)
+++ head/x11-toolkits/xview/Makefile	Sat Nov 23 03:53:46 2013	(r334632)
@@ -43,7 +43,7 @@ CFLAGS+=	-DCOMPAT_43TTY
 .endif
 
 post-extract:
-	@${MV} ${WRKSRC}/xview.man ${WRKSRC}.XView.man
+	@${MV} ${WRKSRC}/xview.man ${WRKSRC}/XView.man
 
 pre-configure:
 	@${REINPLACE_CMD} -e 's+/usr/local+${PREFIX}+;' \


More information about the svn-ports-all mailing list