Simplify Makefile

This commit is contained in:
Renato Botelho 2013-10-31 23:40:02 +00:00
parent a08b6da7ca
commit 4280c1842c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332307

View File

@ -23,14 +23,10 @@ PORTEXAMPLES= wmndrc
PLIST_FILES= bin/wmnd \
man/man1/wmnd.1.gz
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/wmnd ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/wmnd.1 ${STAGEDIR}${MANPREFIX}/man/man1
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/wmndrc ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>