Sun May 31 17:34:15 2020 UTC ()
mail/teapop: remove unknown configure option

The correct option would be --enable-lock=flock.


(rillig)
diff -r1.47 -r1.48 pkgsrc/mail/teapop/Makefile

cvs diff -r1.47 -r1.48 pkgsrc/mail/teapop/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/teapop/Makefile 2020/01/18 21:49:55 1.47
+++ pkgsrc/mail/teapop/Makefile 2020/05/31 17:34:15 1.48
@@ -1,29 +1,28 @@ @@ -1,29 +1,28 @@
1# $NetBSD: Makefile,v 1.47 2020/01/18 21:49:55 jperkin Exp $ 1# $NetBSD: Makefile,v 1.48 2020/05/31 17:34:15 rillig Exp $
2 2
3DISTNAME= teapop-0.3.8 3DISTNAME= teapop-0.3.8
4PKGREVISION= 19 4PKGREVISION= 19
5CATEGORIES= mail 5CATEGORIES= mail
6MASTER_SITES= # ftp://ftp.toontown.org/pub/teapop/ 6MASTER_SITES= # ftp://ftp.toontown.org/pub/teapop/
7 7
8MAINTAINER= dawszy@arhea.net 8MAINTAINER= dawszy@arhea.net
9#HOMEPAGE= http://www.toontown.org/teapop/ 9#HOMEPAGE= http://www.toontown.org/teapop/
10COMMENT= Yet another RFC1939 compliant POP3 server 10COMMENT= Yet another RFC1939 compliant POP3 server
11 11
12USE_TOOLS+= perl:run 12USE_TOOLS+= perl:run
13 13
14GNU_CONFIGURE= YES 14GNU_CONFIGURE= YES
15 15
16CONFIGURE_ARGS+= --enable-flock 
17CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} 16CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
18CONFIGURE_ARGS+= --enable-piddir=${VARBASE}/run 17CONFIGURE_ARGS+= --enable-piddir=${VARBASE}/run
19 18
20EGDIR= ${PREFIX}/share/examples/teapop 19EGDIR= ${PREFIX}/share/examples/teapop
21CONF_FILES= ${EGDIR}/teapop.passwd ${PKG_SYSCONFDIR}/teapop.passwd 20CONF_FILES= ${EGDIR}/teapop.passwd ${PKG_SYSCONFDIR}/teapop.passwd
22 21
23RCD_SCRIPTS= teapop 22RCD_SCRIPTS= teapop
24 23
25.include "options.mk" 24.include "options.mk"
26 25
27INSTALLATION_DIRS+= ${EGDIR} 26INSTALLATION_DIRS+= ${EGDIR}
28 27
29post-install: 28post-install: