diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-19 11:13:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-19 11:13:53 +0000 |
commit | 6aa5976049fa3985988406fb3aa5abbdd2c806e7 (patch) | |
tree | da8f2cf68c3b017090d9ed26fc8e8e3ac230864f /mail/teapop | |
parent | 9dc0b2909a36fd5f631e8a592a72ccb584b29394 (diff) | |
download | pkgsrc-6aa5976049fa3985988406fb3aa5abbdd2c806e7.tar.gz |
Do not let teapop install config file itself,
this conflicts with the pkginstall framework. Bump PKGREVISION.
Diffstat (limited to 'mail/teapop')
-rw-r--r-- | mail/teapop/Makefile | 4 | ||||
-rw-r--r-- | mail/teapop/distinfo | 3 | ||||
-rw-r--r-- | mail/teapop/patches/patch-ab | 12 |
3 files changed, 16 insertions, 3 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index e812497ddf0..40d5257fd38 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2006/01/08 18:35:10 xtraeme Exp $ +# $NetBSD: Makefile,v 1.27 2006/02/19 11:13:53 wiz Exp $ DISTNAME= teapop-0.3.8 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mail MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ diff --git a/mail/teapop/distinfo b/mail/teapop/distinfo index b94e392a0a3..9090b304513 100644 --- a/mail/teapop/distinfo +++ b/mail/teapop/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.10 2005/02/24 09:59:30 agc Exp $ +$NetBSD: distinfo,v 1.11 2006/02/19 11:13:53 wiz Exp $ SHA1 (teapop-0.3.8.tar.gz) = 33632cc34148d88408bcb9afa5433c1a103f3cf5 RMD160 (teapop-0.3.8.tar.gz) = fce3606748c33bd71134c09d8bb3e65aaabcdfa3 Size (teapop-0.3.8.tar.gz) = 147098 bytes SHA1 (patch-aa) = f6b8a9d20748bb1579c4fc234e40d7f11cccea42 +SHA1 (patch-ab) = 45ec8313606bc3c738f5e4a19e48470fd3b8beb6 diff --git a/mail/teapop/patches/patch-ab b/mail/teapop/patches/patch-ab new file mode 100644 index 00000000000..4c56053c273 --- /dev/null +++ b/mail/teapop/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2006/02/19 11:13:53 wiz Exp $ + +--- etc/Makefile.in.orig 2003-08-04 15:33:47.000000000 +0000 ++++ etc/Makefile.in +@@ -23,6 +23,7 @@ build: + fi + + install: build ++dontinstall: build + @ echo Checking for existing teapop.passwd; \ + if [ -f ${DESTDIR}/${sysconfdir}/teapop.passwd ]; then \ + echo "Exists...NOT installing teapop.passwd"; \ |