diff options
author | pav <pav@FreeBSD.org> | 2005-04-20 05:34:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-20 05:34:08 +0800 |
commit | 98a6ba3a76ad626599947afb80e8a89ee4cca1e8 (patch) | |
tree | 66d6dc5e356796d049c8ff482aa8e8efda334a4b | |
parent | 118d2b5da73b3f34f5ec88c33cca98192438eed0 (diff) | |
download | freebsd-ports-gnome-98a6ba3a76ad626599947afb80e8a89ee4cca1e8.tar.gz freebsd-ports-gnome-98a6ba3a76ad626599947afb80e8a89ee4cca1e8.tar.zst freebsd-ports-gnome-98a6ba3a76ad626599947afb80e8a89ee4cca1e8.zip |
- Define QMAIL_DIR
- Remove pkg-plist
PR: ports/80096
Submitted by: Renato Botelho <freebsd@galle.com.br> (maintainer)
-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%% |