diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 11:10:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 11:10:53 +0000 |
commit | 41550c52394216b2b8f8ee73d41dd8a500b652bc (patch) | |
tree | 0cdb5c27d74f62126f2aee957b276b3afd4e19be /x11-wm/w9wm/Makefile | |
parent | f81a2160b9f47e63f17c686e3ad35e76f6df0888 (diff) | |
download | ports-41550c52394216b2b8f8ee73d41dd8a500b652bc.tar.gz ports-41550c52394216b2b8f8ee73d41dd8a500b652bc.zip |
Notes
Diffstat (limited to 'x11-wm/w9wm/Makefile')
-rw-r--r-- | x11-wm/w9wm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/w9wm/Makefile b/x11-wm/w9wm/Makefile index a9de83d434ab..2bc8820fff32 100644 --- a/x11-wm/w9wm/Makefile +++ b/x11-wm/w9wm/Makefile @@ -15,10 +15,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME}.orig USES= imake USE_XORG= x11 xext -MAN1= w9wm.1 -PLIST_FILES= bin/w9wm +PLIST_FILES= bin/w9wm \ + man/man1/w9wm.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/malloc\.h/d' ${WRKSRC}/client.c |