12 lines
366 B
Text
12 lines
366 B
Text
$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"; \
|