svn commit: r403862 - branches/2015Q4/x11/dmenu

Jan Beich jbeich at FreeBSD.org
Wed Dec 16 13:57:14 UTC 2015


Author: jbeich
Date: Wed Dec 16 13:57:12 2015
New Revision: 403862
URL: https://svnweb.freebsd.org/changeset/ports/403862

Log:
  MFH: r403653
  
  x11/dmenu: make XINERAMA=on actually work
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (feld)

Modified:
  branches/2015Q4/x11/dmenu/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/x11/dmenu/Makefile
==============================================================================
--- branches/2015Q4/x11/dmenu/Makefile	Wed Dec 16 13:45:17 2015	(r403861)
+++ branches/2015Q4/x11/dmenu/Makefile	Wed Dec 16 13:57:12 2015	(r403862)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dmenu
 PORTVERSION=	4.5
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://dl.suckless.org/tools/ \
 		http://schot.a-eskwadraat.nl/files/
@@ -33,6 +34,8 @@ post-patch:
 	         -e "s,%%PREFIX%%,${PREFIX},g" \
 	         -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
 	         -e "s,%%MANPREFIX%%,${MANPREFIX},g"
+
+post-patch-XINERAMA-off:
 	@${REINPLACE_CMD} -e 's,$${XINERAMALIBS},,g' \
 	         -e 's,$${XINERAMAFLAGS},,g' ${WRKSRC}/config.mk
 


More information about the svn-ports-all mailing list