1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

. Support STAGE

. Simplify Makefile
This commit is contained in:
Renato Botelho 2013-10-31 23:51:32 +00:00
parent a4f9c53d06
commit cf0740b659
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332325

View File

@ -25,7 +25,6 @@ PORTDOCS= README
PLIST_FILES= bin/gmrun %%DATADIR%%/gmrunrc
PLIST_DIRS= %%DATADIR%%
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:
@ -38,9 +37,7 @@ post-patch:
.endif
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>