mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
17 lines
480 B
Plaintext
17 lines
480 B
Plaintext
$NetBSD: patch-ag,v 1.2 2013/02/25 21:16:38 ryoon Exp $
|
|
|
|
--- support/Makefile.in.orig 2012-12-11 10:37:25.000000000 +0000
|
|
+++ support/Makefile.in
|
|
@@ -31,9 +31,11 @@ install:
|
|
done
|
|
@if test -f "$(builddir)/envvars-std"; then \
|
|
cp -p envvars-std $(DESTDIR)$(sbindir); \
|
|
+ if false; then \
|
|
if test ! -f $(DESTDIR)$(sbindir)/envvars; then \
|
|
cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \
|
|
fi ; \
|
|
+ fi ; \
|
|
fi
|
|
|
|
htpasswd.lo: passwd_common.h
|