Index: head/www/stagit/Makefile =================================================================== --- head/www/stagit/Makefile (revision 527247) +++ head/www/stagit/Makefile (revision 527248) @@ -1,40 +1,40 @@ # Created by: Tobias Kortkamp # $FreeBSD$ PORTNAME= stagit -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= www MASTER_SITES= https://codemadness.org/releases/stagit/ MAINTAINER= tobik@FreeBSD.org COMMENT= Static Git page generator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgit2.so:devel/libgit2 -USES= localbase:ldflags USE_CSTD= c99 +MAKE_ARGS= COMPATOBJ="" \ + LIBGIT_INC="-I${LOCALBASE}/include" \ + LIBGIT_LIB="-L${LOCALBASE}/lib -lgit2" -MAKE_ARGS= CC="${CC}" \ - CFLAGS="${CFLAGS}" \ - COMPATOBJ="" \ - LDFLAGS="${LDFLAGS} -lgit2" - OPTIONS_DEFINE= DOCS EXAMPLES do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${PREFIX}/man/man1 - ${INSTALL_PROGRAM} ${WRKSRC}/stagit ${WRKSRC}/stagit-index ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/stagit.1 ${WRKSRC}/stagit-index.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/stagit ${WRKSRC}/stagit-index \ + ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/stagit.1 ${WRKSRC}/stagit-index.1 \ + ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: -.for f in example_create.sh example_post-receive.sh favicon.png logo.png style.css - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${EXAMPLESDIR} -.endfor + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC} && \ + ${INSTALL_DATA} example_create.sh example_post-receive.sh \ + favicon.png logo.png style.css ${STAGEDIR}${EXAMPLESDIR} .include Index: head/www/stagit/distinfo =================================================================== --- head/www/stagit/distinfo (revision 527247) +++ head/www/stagit/distinfo (revision 527248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556253511 -SHA256 (stagit-0.9.2.tar.gz) = 721cd7cfac479008e803eff5afd0c95ff9dbc640450afa5b844be82d8dfe0cba -SIZE (stagit-0.9.2.tar.gz) = 18525 +TIMESTAMP = 1582534033 +SHA256 (stagit-0.9.3.tar.gz) = db89b41c6d3803b2562d56fee0d939360fc887902f17aaf27dff774df0402da3 +SIZE (stagit-0.9.3.tar.gz) = 18464 Index: head/www/stagit/pkg-plist =================================================================== --- head/www/stagit/pkg-plist (revision 527247) +++ head/www/stagit/pkg-plist (revision 527248) @@ -1,10 +1,10 @@ bin/stagit bin/stagit-index -man/man1/stagit-index.1.gz -man/man1/stagit.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_create.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_post-receive.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/favicon.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/logo.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/style.css +share/man/man1/stagit-index.1.gz +share/man/man1/stagit.1.gz