diff options
Diffstat (limited to 'x11/wmxss/Makefile')
-rw-r--r-- | x11/wmxss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wmxss/Makefile b/x11/wmxss/Makefile index 46fadcfce315..bc060eb8ee11 100644 --- a/x11/wmxss/Makefile +++ b/x11/wmxss/Makefile @@ -16,7 +16,7 @@ PLIST_FILES= bin/wmxss WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/Src post-extract: - @( cd ${WRKSRC} ; ${MAKE} clean ; ${RM} -f .nfs* ) + @( cd ${WRKSRC} ; ${MAKE} clean ; ${RM} .nfs* ) post-patch: @${REINPLACE_CMD} -E \ |