diff options
| author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-25 21:59:04 +0000 |
|---|---|---|
| committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-25 21:59:04 +0000 |
| commit | 18dac5199ed9e2502aa8f289ac0f10eaa87f7a6e (patch) | |
| tree | 9a15d829e3d396c173610a469e70c7ccd6f9699d /mail/fetchmail/files/patch-ah | |
| parent | d91dc37cd438aada51b09d04d2cac1134e52dc3e (diff) | |
Update to 5.3.0
PR: 16952
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
Diffstat (limited to 'mail/fetchmail/files/patch-ah')
| -rw-r--r-- | mail/fetchmail/files/patch-ah | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/fetchmail/files/patch-ah b/mail/fetchmail/files/patch-ah new file mode 100644 index 000000000000..7d0d43eddeea --- /dev/null +++ b/mail/fetchmail/files/patch-ah @@ -0,0 +1,21 @@ +diff -ruN ../fetchmail-5.3.0.OLD/Makefile.in ./Makefile.in +--- ../fetchmail-5.3.0.OLD/Makefile.in Tue Feb 22 13:48:21 2000 ++++ ./Makefile.in Wed Feb 23 23:40:25 2000 +@@ -70,6 +70,8 @@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + # Program to install the man page. + INSTALL_DATA = @INSTALL_DATA@ ++# Program to install scripts ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ + # Generic install program. + INSTALL = @INSTALL@ + +@@ -152,7 +154,7 @@ + @echo "Installing fetchmail binary..." + $(INSTALL_PROGRAM) ./fetchmail $(bindir)/fetchmail + @echo "Installing fetchmail configurator..." +- $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf ++ $(INSTALL_SCRIPT) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf + @echo "Installing manual page..." + $(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext) + rm -f $(mandir)/fetchmailconf.$(manext) |
