aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-11-03 13:46:07 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-11-03 13:46:07 +0000
commit39162345aa88e35fe7e52cd8ee1bf2f2738e5400 (patch)
tree9d1077a548a92b5e5ef3294a35ac6f50f5de18e9 /mail/sendmail
parentd4122741f9c7069dd93b2125988abf6cff1512ee (diff)
downloadports-39162345aa88e35fe7e52cd8ee1bf2f2738e5400.tar.gz
ports-39162345aa88e35fe7e52cd8ee1bf2f2738e5400.zip
- 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.
Notes
Notes: svn path=/head/; revision=92963
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile2
1 files changed, 1 insertions, 1 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 <bsd.port.post.mk>
+PKGMESSAGE= ${WRKSRC}/pkg-message