diff options
Diffstat (limited to 'misc/wminfo/Makefile')
-rw-r--r-- | misc/wminfo/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/wminfo/Makefile b/misc/wminfo/Makefile index cf426dc14bbb..8259a84a4453 100644 --- a/misc/wminfo/Makefile +++ b/misc/wminfo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wminfo -# Date created: 09 February 2004 -# Whom: Thomas Kempka <t.kempka@web.de> -# +# Created by: Thomas Kempka <t.kempka@web.de> # $FreeBSD$ -# PORTNAME= wminfo PORTVERSION= 1.51 @@ -19,6 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME} USE_XORG= xpm +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$(LIBS)$$|& $$(OBJS)|g' \ -e 's|/usr/X11R6|$$(LOCALBASE)|g' \ |