blob: 4c56053c273c5271c4581b7738242ac9d1729617 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"; \
|