From 39162345aa88e35fe7e52cd8ee1bf2f2738e5400 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 3 Nov 2003 13:46:07 +0000 Subject: - bsd.port.mk enforces the existence of PKGMESSAGE, so we have to move the definition after bsd.port.mk. Otherwise PKGMESSAGE will be not part of the package. --- mail/sendmail/Makefile | 2 +- mail/sendmail812/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 753e191b43f7..f15d64aa9671 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WCONF= ${WRKSRC}/devtools/Site SITE= ${FILESDIR}/site.config.m4.pre4 PLIST= ${WRKDIR}/.PLIST.more -PKGMESSAGE= ${WRKSRC}/pkg-message DOCS= KNOWNBUGS LICENSE PGPKEYS README RELEASE_NOTES \ sendmail/TRACEFLAGS sendmail/SECURITY sendmail/TUNING MAN1= mailq.1 newaliases.1 vacation.1 @@ -306,3 +305,4 @@ pre-everything:: .endif .include +PKGMESSAGE= ${WRKSRC}/pkg-message diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index 753e191b43f7..f15d64aa9671 100644 --- a/mail/sendmail812/Makefile +++ b/mail/sendmail812/Makefile @@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WCONF= ${WRKSRC}/devtools/Site SITE= ${FILESDIR}/site.config.m4.pre4 PLIST= ${WRKDIR}/.PLIST.more -PKGMESSAGE= ${WRKSRC}/pkg-message DOCS= KNOWNBUGS LICENSE PGPKEYS README RELEASE_NOTES \ sendmail/TRACEFLAGS sendmail/SECURITY sendmail/TUNING MAN1= mailq.1 newaliases.1 vacation.1 @@ -306,3 +305,4 @@ pre-everything:: .endif .include +PKGMESSAGE= ${WRKSRC}/pkg-message -- cgit v1.2.3