1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- remove conditional no longer required per staging

- remove now useless inclusion of bpom
This commit is contained in:
Jason Helfman 2013-11-08 03:44:06 +00:00
parent c03d304e9c
commit cd2ada601c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333179

View File

@ -26,13 +26,9 @@ do-build:
${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKSRC}/${PORTNAME} \
${WRKSRC}/gnake.c
.include <bsd.port.options.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>