aboutsummaryrefslogtreecommitdiff
path: root/x11/wmdrawer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/wmdrawer/Makefile')
-rw-r--r--x11/wmdrawer/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/wmdrawer/Makefile b/x11/wmdrawer/Makefile
index 130eeed30427..18b232cb100a 100644
--- a/x11/wmdrawer/Makefile
+++ b/x11/wmdrawer/Makefile
@@ -21,10 +21,6 @@ MAKE_ENV+= ${CONFIGURE_ENV}
SUB_FILES+= pkg-message
-MANCOMPRESSED= yes
-MAN1= wmdrawer.1x
-
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s,%%DATADIR%%,${DATADIR},g" ${WRKSRC}/wmdrawerrc.example
@${REINPLACE_CMD} -e "s,CFLAGS = -O3,CFLAGS +=,g; \
@@ -34,8 +30,7 @@ post-patch:
s,/usr/X11R6,${LOCALBASE},g" ${WRKSRC}/Makefile
post-install:
- @${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${DISTDIR}/logo-beastie.png ${DATADIR}/beastie.png
- @${CAT} ${PKGMESSAGE}
+ @${MKDIR} ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} ${DISTDIR}/logo-beastie.png ${STAGEDIR}${DATADIR}/beastie.png
.include <bsd.port.mk>