diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2002-09-02 23:26:54 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2002-09-02 23:26:54 +0000 |
commit | 1ef1b61baacbfd55b20cec574e8b1683e9fe531b (patch) | |
tree | eb0d548167b5cbbd369beb4c4b5697478e3bae01 /mail/mailagent | |
parent | f34a7ef1878ea84f34cb849c8729e9ccf58cad7d (diff) | |
download | ports-1ef1b61baacbfd55b20cec574e8b1683e9fe531b.tar.gz ports-1ef1b61baacbfd55b20cec574e8b1683e9fe531b.zip |
Don't install man pages that use the .so macro.
Instead, define MLINKS.
Submitted by: Alex Kapranoff <kapr@acm.org>
Notes
Notes:
svn path=/head/; revision=65517
Diffstat (limited to 'mail/mailagent')
-rw-r--r-- | mail/mailagent/files/patch-agent::man::Makefile.SH | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/mailagent/files/patch-agent::man::Makefile.SH b/mail/mailagent/files/patch-agent::man::Makefile.SH new file mode 100644 index 000000000000..9e4bb2cc9fcd --- /dev/null +++ b/mail/mailagent/files/patch-agent::man::Makefile.SH @@ -0,0 +1,12 @@ +--- agent/man/Makefile.SH.orig Sun Mar 18 03:31:22 2001 ++++ agent/man/Makefile.SH Tue Sep 3 07:51:50 2002 +@@ -85,8 +85,7 @@ + # Baseline for mailagent 3.0 netwide release. + # + +-MPAGES = mailagent.$(L) maildist.$(L) maillist.$(L) mailhelp.$(L) \ +- mailpatch.$(L) package.$(L) edusers.$(L) ++MPAGES = mailagent.$(L) mailhelp.$(L) package.$(L) edusers.$(L) + + all:: $(MPAGES) + |