diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-11-03 21:46:07 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-11-03 21:46:07 +0800 |
commit | 24f0ad7a20f4794389dc71dd06651a713e36aa0c (patch) | |
tree | 2c1add672ed8d989372883d20345cf2ba5da9eb6 | |
parent | 74f876aca6c8764fdf861bacdcfb382328497586 (diff) | |
download | freebsd-ports-gnome-24f0ad7a20f4794389dc71dd06651a713e36aa0c.tar.gz freebsd-ports-gnome-24f0ad7a20f4794389dc71dd06651a713e36aa0c.tar.zst freebsd-ports-gnome-24f0ad7a20f4794389dc71dd06651a713e36aa0c.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.
-rw-r--r-- | mail/sendmail/Makefile | 2 | ||||
-rw-r--r-- | 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 <bsd.port.post.mk> +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 <bsd.port.post.mk> +PKGMESSAGE= ${WRKSRC}/pkg-message |