1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Remove useless dancing of pre.mk/post.mk

This commit is contained in:
Baptiste Daroussin 2013-12-28 17:13:30 +00:00
parent 6a1286cd58
commit a6f78be762
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337882

View File

@ -13,8 +13,6 @@ COMMENT= Synchronise computer clock to CHU radio station
LICENSE= GPLv1
.include <bsd.port.pre.mk>
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
@ -46,4 +44,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.post.mk>
.include <bsd.port.mk>