summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-11-03 13:46:07 +0000
committerdinoex <dinoex@FreeBSD.org>2003-11-03 13:46:07 +0000
commit24f0ad7a20f4794389dc71dd06651a713e36aa0c (patch)
tree2c1add672ed8d989372883d20345cf2ba5da9eb6 /mail
parent74f876aca6c8764fdf861bacdcfb382328497586 (diff)
downloadFreeBSD-ports-24f0ad7a20f4794389dc71dd06651a713e36aa0c.zip
FreeBSD-ports-24f0ad7a20f4794389dc71dd06651a713e36aa0c.tar.gz
- 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.
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail/Makefile2
-rw-r--r--mail/sendmail812/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 753e191..f15d64a 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 <bsd.port.post.mk>
+PKGMESSAGE= ${WRKSRC}/pkg-message
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile
index 753e191..f15d64a 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 <bsd.port.post.mk>
+PKGMESSAGE= ${WRKSRC}/pkg-message
OpenPOWER on IntegriCloud