Bug 9930 - ezmlm-idx port tidied up
Summary: ezmlm-idx port tidied up
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-02-06 16:30 UTC by Tom Hukins
Modified: 1999-02-22 04:18 UTC (History)
0 users

See Also:


Attachments
file.diff (5.98 KB, patch)
1999-02-06 16:30 UTC, Tom Hukins
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Hukins 1999-02-06 16:30:00 UTC
Minor changes to the ezmlm-idx port (similar to those for ezmlm):
- Fixed up the installation procedure to honour INSTALL_*
- Added some MASTER_SITES
- Maintainer ports@freebsd.org -> tom@eborcom.com
- Added NO_PACKAGE, as used in other djb ports (eg. ucspi-tcp,
  serialmail)
- Removed patch-aa and patches directory, not needed due to new
  "do-install" target
- Now installs docs unless NOPORTDOCS is defined. Added
  pkg/PLIST.nodocs file, in case docs are not installed
Comment 1 Tom Hukins 1999-02-07 14:49:57 UTC
I assumed the original port installed all necessary executables and
manual pages. I've just noticed it doesn't. Please apply the
following patch on top of those I sent yesterday.

Thanks,
Tom


diff -ruN ezmlm-idx.old/Makefile ezmlm-idx/Makefile
--- ezmlm-idx.old/Makefile	Sun Feb  7 14:15:47 1999
+++ ezmlm-idx/Makefile	Sun Feb  7 13:38:33 1999
@@ -39,7 +39,7 @@
 		ezmlm-request.1 ezmlm-store.1 ezmlm-idx.1 ezmlm-gate.1 \
 		ezmlm-tstdig.1 ezmlm-get.1 ezmlm-check.1 ezmlm-clean.1 \
 		ezmlm-cron.1
-MAN5=		ezmlm.5
+MAN5=		ezmlm.5 ezmlmrc.5
 
 DIFF_MSG=	Cannot Make and Install with different PREFIX or QMAIL_DIR
Comment 2 Steve Price freebsd_committer freebsd_triage 1999-02-22 04:17:52 UTC
State Changed
From-To: open->closed

Committed, thanks!