diff options
Diffstat (limited to 'x11-wm/wmname/Makefile')
-rw-r--r-- | x11-wm/wmname/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-wm/wmname/Makefile b/x11-wm/wmname/Makefile index 9d8b31c93281..4b3bcf82ab93 100644 --- a/x11-wm/wmname/Makefile +++ b/x11-wm/wmname/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmname -# Date created: 31 July 2009 -# Whom: V. Jahns <vj562001@yahoo.de> -# +# Created by: V. Jahns <vj562001@yahoo.de> # $FreeBSD$ -# PORTNAME= wmname PORTVERSION= 0.1 @@ -17,4 +13,5 @@ USE_XORG= x11 xproto PLIST_FILES= bin/wmname +NO_STAGE= yes .include <bsd.port.mk> |