1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

- Add stage support

This commit is contained in:
Danilo Egea Gondolfo 2014-02-10 02:01:48 +00:00
parent c23e198f16
commit cde5114165
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343574

View File

@ -13,20 +13,16 @@ COMMENT= Tiling Window Manager for X
USES= imake
USE_XORG= ice sm x11 xext xmu xt
MAN1= larsclock.1 larsmenu.1 larsremote.1 larswm.1
PORTDOCS= ChangeLog README README.9menu README.9wm \
sample.larswmrc sample.xsession
PLIST_FILES= bin/larsclock bin/larsmenu bin/larsremote bin/larswm
NO_STAGE= yes
.include <bsd.port.options.mk>
PLIST_FILES= bin/larsclock bin/larsmenu bin/larsremote bin/larswm \
man/man1/larsclock.1.gz man/man1/larsmenu.1.gz \
man/man1/larsremote.1.gz man/man1/larswm.1.gz
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} $(WRKSRC)/${file} ${DOCSDIR}
${INSTALL_DATA} $(WRKSRC)/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>