mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Make port follow standard procedures better, including use of %%PORTDOCS%%
This commit is contained in:
parent
55daa58250
commit
12f28e7c17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69371
3 changed files with 5 additions and 17 deletions
|
@ -17,14 +17,8 @@ MAINTAINER= tom@FreeBSD.org
|
|||
|
||||
MAN1= maildirqmtp.1 maildirserial.1 maildirsmtp.1 serialqmtp.1 serialsmtp.1 setlock.1
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
PLIST= ${PKGDIR}/pkg-plist.nodocs
|
||||
.endif
|
||||
|
||||
# QMAIL_DIR is the directory where qmail is installed
|
||||
.if !defined(QMAIL_DIR)
|
||||
QMAIL_DIR= /var/qmail
|
||||
.endif
|
||||
QMAIL_DIR?= /var/qmail
|
||||
|
||||
RUN_DEPENDS= ${PREFIX}/bin/tcpserver:${PORTSDIR}/sysutils/ucspi-tcp \
|
||||
${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail
|
||||
|
|
|
@ -4,7 +4,7 @@ bin/maildirsmtp
|
|||
bin/serialqmtp
|
||||
bin/serialsmtp
|
||||
bin/setlock
|
||||
share/doc/serialmail/AUTOTURN
|
||||
share/doc/serialmail/FROMISP
|
||||
share/doc/serialmail/TOISP
|
||||
@dirrm share/doc/serialmail
|
||||
%%PORTDOCS%%share/doc/serialmail/AUTOTURN
|
||||
%%PORTDOCS%%share/doc/serialmail/FROMISP
|
||||
%%PORTDOCS%%share/doc/serialmail/TOISP
|
||||
%%PORTDOCS%%@dirrm share/doc/serialmail
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
bin/maildirqmtp
|
||||
bin/maildirserial
|
||||
bin/maildirsmtp
|
||||
bin/serialqmtp
|
||||
bin/serialsmtp
|
||||
bin/setlock
|
Loading…
Add table
Reference in a new issue