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 | 7c95599002f23e58a04345c9b7b8b475e36b9247 (patch) | |
tree | da8f2cf68c3b017090d9ed26fc8e8e3ac230864f /mail/teapop/patches | |
parent | 508d0a65868e06182672c960ee32c8c51ab3023f (diff) | |
download | pkgsrc-7c95599002f23e58a04345c9b7b8b475e36b9247.tar.gz |
Do not let teapop install config file itself,
this conflicts with the pkginstall framework. Bump PKGREVISION.
Diffstat (limited to 'mail/teapop/patches')
-rw-r--r-- | mail/teapop/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
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"; \ |