1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/mail/zmailer/files/patch-proto::Makefile.in
Volker Stolz 53c0b7cf3c - Update to 2.99.56
- Fix installation from package

As always, please be careful not to nuke your local configuration
on updating. This port needs a maintainer who actually uses it!

Closes PR:	ports/60585
Submitted by:	Seva Gluschenko
2004-06-07 16:36:00 +00:00

22 lines
768 B
Plaintext

--- proto/Makefile.in.orig Fri Oct 24 23:33:43 2003
+++ proto/Makefile.in Fri Apr 16 13:43:29 2004
@@ -91,10 +91,6 @@
echo $(MKDIR) $(DESTDIR)$$MAILBIN/ta && \
$(MKDIR) $(DESTDIR)$$MAILBIN/ta ; \
fi ; \
- if [ ! -d $(DESTDIR)$$MAILBIN/bak ]; then \
- echo $(MKDIR) $(DESTDIR)$$MAILBIN/bak && \
- $(MKDIR) $(DESTDIR)$$MAILBIN/bak ; \
- fi ; \
if [ ! -d $(DESTDIR)$$POSTOFFICE ]; then \
echo $(MKDIR) $(DESTDIR)$$POSTOFFICE && \
$(MKDIR) $(DESTDIR)$$POSTOFFICE ; \
@@ -130,7 +126,6 @@
mailbin: $(PZCONFIG) $(PMAILBIN) $(MD5SUM)
-@(. $(PZCONFIG) ; \
- if [ ! -d $(DESTDIR)$$MAILBIN/bak ]; then $(MKDIR) $(DESTDIR)$$MAILBIN/bak ; fi ; \
for file in $(PMAILBIN) ; \
do \
name=`expr $$file : '\([^.]*\)'` ; \