20 lines
815 B
Text
20 lines
815 B
Text
really install this bit
|
|
|
|
--- mail.local/Makefile.m4.orig Mon Apr 8 07:37:49 2013
|
|
+++ mail.local/Makefile.m4 Mon Apr 8 07:38:29 2013
|
|
@@ -21,13 +21,13 @@ define(`bldSOURCES', `mail.local.8')
|
|
bldPRODUCT_END
|
|
|
|
divert(bldTARGETS_SECTION)
|
|
-install:
|
|
+blah-install:
|
|
@echo "NOTE: This version of mail.local is not suited for some operating"
|
|
@echo " systems such as HP-UX and Solaris. Please consult the"
|
|
@echo " README file in the mail.local directory. You can force"
|
|
@echo " the install using 'Build force-install'."
|
|
|
|
-force-install: install-mail.local ifdef(`confNO_MAN_BUILD',, `install-docs')
|
|
+install: install-mail.local ifdef(`confNO_MAN_BUILD',, `install-docs')
|
|
|
|
install-mail.local: mail.local
|
|
${INSTALL} -c -o ${UBINOWN} -g ${UBINGRP} -m ${UBINMODE} mail.local ${DESTDIR}${EBINDIR}
|