diff options
author | tv <tv@pkgsrc.org> | 1998-07-28 16:09:50 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-28 16:09:50 +0000 |
commit | 7c0752da981b6d6646bc9b7cd787229459276001 (patch) | |
tree | 6ae12b8114413b74ed98f2f3dcd3d54daf21001c /mail/fetchmail/patches/patch-ab | |
parent | 026c5824310a72d8675d0c5e9b72be8c0834f017 (diff) | |
download | pkgsrc-7c0752da981b6d6646bc9b7cd787229459276001.tar.gz |
Use BSD_INSTALL_SCRIPT, not INSTALL_PROGRAM:N-s.
Diffstat (limited to 'mail/fetchmail/patches/patch-ab')
-rw-r--r-- | mail/fetchmail/patches/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/patches/patch-ab b/mail/fetchmail/patches/patch-ab index 93aa539b657..c4542f4913b 100644 --- a/mail/fetchmail/patches/patch-ab +++ b/mail/fetchmail/patches/patch-ab @@ -23,7 +23,7 @@ $(INSTALL_PROGRAM) ./fetchmail $(bindir)/fetchmail @echo "Installing fetchmail configurator..." - $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf -+ $(INSTALL_PROGRAM:N-s) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf ++ $(BSD_INSTALL_SCRIPT) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf @echo "Installing manual page..." $(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext) ln -f -s $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext) |