diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-04-26 19:17:32 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-04-26 19:17:32 +0000 |
commit | 39baf03e56f6b08644601e8047ac1e95576260f8 (patch) | |
tree | d7d279408016a794429dc24c869e2650e3cefb31 /security/courier-authlib-base/files/patch-Makefile.in | |
parent | 6999077094924fd610d7bf20bcd0b0538c48ec9a (diff) |
Notes
Diffstat (limited to 'security/courier-authlib-base/files/patch-Makefile.in')
-rw-r--r-- | security/courier-authlib-base/files/patch-Makefile.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/courier-authlib-base/files/patch-Makefile.in b/security/courier-authlib-base/files/patch-Makefile.in deleted file mode 100644 index 03046540f679..000000000000 --- a/security/courier-authlib-base/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Sat Dec 18 17:25:16 2004 -+++ Makefile.in Sat Dec 18 17:27:50 2004 -@@ -992,8 +992,8 @@ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ -- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \ -+ echo " %%INSTALL_MAN%% '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ -+ %%INSTALL_MAN%% "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \ - done - uninstall-man3: - @$(NORMAL_UNINSTALL) |