diff options
Diffstat (limited to 'x11/wmxss/Makefile')
-rw-r--r-- | x11/wmxss/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/wmxss/Makefile b/x11/wmxss/Makefile index 3896955df3da..dd9ad018f9a2 100644 --- a/x11/wmxss/Makefile +++ b/x11/wmxss/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmxss -# Date created: 27 August 2002 -# Whom: Bruce M Simpson <bms@FreeBSD.org> -# +# Created by: Bruce M Simpson <bms@FreeBSD.org> # $FreeBSD$ -# PORTNAME= wmxss PORTVERSION= 0.1 @@ -18,6 +14,7 @@ USE_XORG= x11 xpm PLIST_FILES= bin/wmxss WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/Src +NO_STAGE= yes post-extract: @( cd ${WRKSRC} ; ${MAKE} clean ; ${RM} -f .nfs* ) |