1
0
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:
Pav Lucistnik 2005-04-19 21:34:08 +00:00
parent f79572c3e9
commit 274369d583
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133708
2 changed files with 7 additions and 8 deletions

View File

@ -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})

View File

@ -1,4 +0,0 @@
@comment $FreeBSD$
bin/queue-fix
%%PORTDOCS%%%%DOCDIR%%/README
%%PORTDOCS%%@dirrm %%DOCDIR%%