aboutsummaryrefslogtreecommitdiff
path: root/misc/wminfo
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 20:50:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 20:50:57 +0000
commit8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (patch)
tree55ef113afedd4d15556f4a7ca6533c66396624e5 /misc/wminfo
parent219753915ea7222f10133bbf4d97955292f0dd96 (diff)
downloadports-8ac99398e2b62e1b10333d4c88ae273f4f0ed365.tar.gz
ports-8ac99398e2b62e1b10333d4c88ae273f4f0ed365.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: misc)
Notes
Notes: svn path=/head/; revision=327745
Diffstat (limited to 'misc/wminfo')
-rw-r--r--misc/wminfo/Makefile7
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' \