diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-19 21:34:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-19 21:34:08 +0000 |
commit | 274369d583be914bb40356b71a786dd053a3eb34 (patch) | |
tree | c3010613b986cf9fc9ce562426474160aa2c8db3 /mail/queue-fix | |
parent | f79572c3e9318f0bf7394b920a11fc3101c353e2 (diff) |
Notes
Diffstat (limited to 'mail/queue-fix')
-rw-r--r-- | mail/queue-fix/Makefile | 11 | ||||
-rw-r--r-- | mail/queue-fix/pkg-plist | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/mail/queue-fix/Makefile b/mail/queue-fix/Makefile index 9b02233e1eb2..d162c9edc87d 100644 --- a/mail/queue-fix/Makefile +++ b/mail/queue-fix/Makefile @@ -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}) diff --git a/mail/queue-fix/pkg-plist b/mail/queue-fix/pkg-plist deleted file mode 100644 index bc713f95889f..000000000000 --- a/mail/queue-fix/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -@comment $FreeBSD$ -bin/queue-fix -%%PORTDOCS%%%%DOCDIR%%/README -%%PORTDOCS%%@dirrm %%DOCDIR%% |