mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Define QMAIL_DIR
- Remove pkg-plist PR: ports/80096 Submitted by: Renato Botelho <freebsd@galle.com.br> (maintainer)
This commit is contained in:
parent
f79572c3e9
commit
274369d583
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133708
@ -15,17 +15,20 @@ COMMENT= Repairs or generates a qmail queue structure
|
||||
|
||||
RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail
|
||||
|
||||
QMAIL_DIR?= /var/qmail
|
||||
PREFIX?= ${QMAIL_DIR}
|
||||
|
||||
OPTIONS= BIG_TODO "Use big_todo patch" off
|
||||
|
||||
CONFIGURE_SCRIPT=
|
||||
ALL_TARGET=
|
||||
|
||||
PLIST_SUB= DOCDIR=${DOCDIR}
|
||||
PLIST_FILES= bin/queue-fix
|
||||
|
||||
.if exists(${PREFIX}/qmail/bin/qmail-send)
|
||||
PREFIX?= ${PREFIX}/qmail
|
||||
.else
|
||||
PREFIX?= /var/qmail
|
||||
.if !defined(NOPORTDOCS)
|
||||
PLIST_FILES+= %%DOCDIR%%/README
|
||||
PLIST_DIRS+= %%DOCDIR%%
|
||||
.endif
|
||||
|
||||
.if (${PREFIX} == ${LOCALBASE})
|
||||
|
@ -1,4 +0,0 @@
|
||||
@comment $FreeBSD$
|
||||
bin/queue-fix
|
||||
%%PORTDOCS%%%%DOCDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCDIR%%
|
Loading…
Reference in New Issue
Block a user