Skip to content

Commit

Permalink
www/quark: Drop maintainership
Browse files Browse the repository at this point in the history
Also, remove my maintainer make targets.
  • Loading branch information
0mp committed Apr 17, 2021
1 parent 5e20748 commit d765c3f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions www/quark/Makefile
Expand Up @@ -7,7 +7,7 @@ MASTER_SITES= https://people.freebsd.org/~0mp/distfiles/
PKGNAMESUFFIX= -server
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}

MAINTAINER= 0mp@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Small and simple HTTP GET/HEAD-only web server for static content

LICENSE= ISCL
Expand Down Expand Up @@ -42,13 +42,4 @@ post-patch:
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/quark

_regenerate-distfile:
${RM} -r -- ${PKGNAME}
git clone -n https://git.suckless.org/quark ${PKGNAME}
git -C ${PKGNAME} checkout ${_COMMIT_HASH}
${RM} -r -- ${PKGNAME}/.git
${TAR} -czf ${PKGNAME}.tar.gz ${PKGNAME}
scp ${PKGNAME}.tar.gz 0mp@freefall.freebsd.org:~/public_html/distfiles
${RM} -r -- ${PKGNAME} ${PKGNAME}.tar.gz

.include <bsd.port.mk>

0 comments on commit d765c3f

Please sign in to comment.