mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
9e10a6de6c
stalled ${PREFIX}/sbin/envvar-std Noticed by: our wonderful ports janitor pseudo-bot Huge Pointy Hat to: me
15 lines
463 B
Plaintext
15 lines
463 B
Plaintext
--- support/Makefile.in.orig Tue Dec 21 09:31:12 2004
|
|
+++ support/Makefile.in Tue Dec 21 09:31:39 2004
|
|
@@ -23,10 +23,7 @@
|
|
fi ; \
|
|
done
|
|
@if test -f "$(builddir)/envvars-std"; then \
|
|
- cp -p envvars-std $(DESTDIR)$(sbindir); \
|
|
- if test ! -f $(DESTDIR)$(sbindir)/envvars; then \
|
|
- cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \
|
|
- fi ; \
|
|
+ cp -p envvars-std $(DESTDIR)$(sbindir)/envvars; \
|
|
fi
|
|
|
|
htpasswd_OBJECTS = htpasswd.lo
|