Don't include build date in museragent

Update MASTER_SITES while here (not distinfo change).

From Lucas (Maintainer), thanks.
This commit is contained in:
kn 2020-03-30 14:08:46 +00:00
parent 4588b8272b
commit 3095cc9a3b

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2020/02/09 21:55:04 solene Exp $
# $OpenBSD: Makefile,v 1.10 2020/03/30 14:08:46 kn Exp $
COMMENT = set of Maildir utilities
DISTNAME = mblaze-0.6
REVISION = 0
CATEGORIES = mail
HOMEPAGE = https://git.vuxu.org/mblaze/
@ -12,13 +13,15 @@ MAINTAINER = Lucas <lucas@sexy.is>
# Public domain
PERMIT_PACKAGE = Yes
MASTER_SITES = https://git.vuxu.org/mblaze/snapshot/
MASTER_SITES = https://leahneukirchen.org/releases/
WANTLIB = c iconv pthread
LIB_DEPENDS = converters/libiconv
USE_GMAKE = Yes
MAKE_FILE = GNUmakefile
# Don't include build date in museragent
MAKE_ENV += SOURCE_DATE_EPOCH=0
MAKE_FLAGS = LOCALBASE="${LOCALBASE}" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include -pthread" \
LDLIBS="-L${LOCALBASE}/lib -liconv -pthread"