svn commit: r346789 - head/x11-wm/lwm

Antoine Brodin antoine at FreeBSD.org
Sun Mar 2 19:02:41 UTC 2014


Author: antoine
Date: Sun Mar  2 19:02:41 2014
New Revision: 346789
URL: http://svnweb.freebsd.org/changeset/ports/346789
QAT: https://qat.redports.org/buildarchive/r346789/

Log:
  Unbreak

Modified:
  head/x11-wm/lwm/Makefile

Modified: head/x11-wm/lwm/Makefile
==============================================================================
--- head/x11-wm/lwm/Makefile	Sun Mar  2 18:25:07 2014	(r346788)
+++ head/x11-wm/lwm/Makefile	Sun Mar  2 19:02:41 2014	(r346789)
@@ -22,7 +22,7 @@ CFLAGS+=	`pkg-config --cflags sm x11 xex
 LDFLAGS+=	`pkg-config --libs sm x11 xext ice`
 
 PORTDOCS=	AUTHORS BUGS ChangeLog README TODO
-PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTSNAME}.1.gz
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-head mailing list