diff options
author | wrstuden <wrstuden@pkgsrc.org> | 2001-01-30 16:16:33 +0000 |
---|---|---|
committer | wrstuden <wrstuden@pkgsrc.org> | 2001-01-30 16:16:33 +0000 |
commit | de9c0c3fe2bf85c962435ba480786a955f0f651f (patch) | |
tree | 7d498032e35a2ef89e21e637a44473b69a538e5f /mail/distribute | |
parent | a9adf7cebe2a2add59f5ba18ff7e5e624aa0216a (diff) | |
download | pkgsrc-de9c0c3fe2bf85c962435ba480786a955f0f651f.tar.gz |
Both this file and bsd.pkg.mk have (different) message
targets. Thus this make file doesn't work. Change the
message target here to mmessage to avoid confolict.
Diffstat (limited to 'mail/distribute')
-rw-r--r-- | mail/distribute/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/distribute/Makefile b/mail/distribute/Makefile index c7d0a87aacf..43ffe1ae4c0 100644 --- a/mail/distribute/Makefile +++ b/mail/distribute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/08/26 05:26:19 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/01/30 16:16:33 wrstuden Exp $ # FreeBSD: ports/mail/distribute/Makefile,v 1.2 1999/08/25 06:50:06 obrien Exp # @@ -43,9 +43,9 @@ MAKE_ENV+= DEFAULTCONFIG="-DDEF_SEQ_PATH=\\\"${MAILINGLIST_DIR}\\\" \ pre-build: ${TOUCH} ${WRKSRC}/logging.h ${WRKSRC}/strsep.c -post-build: message -post-install: message -message:: +post-build: mmessage +post-install: mmessage +mmessage:: @${ECHO} "===> distribute was compiled with the following configuration:" @${ECHO} " membership file directory: ${MAILINGLIST_DIR}" @${ECHO} " membership file directory: ${MAJORDOMO_LIST_DIR} (for majordomo)" |