Self host distfile since debian keeps releasing new tarballs containing debian

specific meta data changes. Thus drop PORTSCOUT variable containing debian skip
versions.
This commit is contained in:
Emanuel Haupt 2019-10-14 16:53:49 +00:00
parent fb40298297
commit 1dfc52aaec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514467

View file

@ -4,7 +4,7 @@
PORTNAME= tmpreaper
PORTVERSION= 1.6.14
CATEGORIES= sysutils
MASTER_SITES= DEBIAN_POOL
MASTER_SITES= LOCAL/ehaupt
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
@ -22,9 +22,6 @@ OPTIONS_DEFINE= DOCS
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
# contains systemd/linux specific changes
PORTSCOUT= skipv:1.6.14+nmu1
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}