diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-14 21:37:21 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-14 21:37:21 +0000 |
| commit | 6f3de0d20bcf32f81fcc5fd827e456884b8ca905 (patch) | |
| tree | 97cc0bcd69ac56319c4460b30523bd3f47d5307c | |
| parent | The better fix for ports/27337 is, IMO, to also install the man-page as (diff) | |
Make these proper slaves.
Notes
Notes:
svn path=/head/; revision=44010
| -rw-r--r-- | mail/exim-ldap/Makefile | 9 | ||||
| -rw-r--r-- | mail/exim-ldap/pkg-comment | 1 | ||||
| -rw-r--r-- | mail/exim-ldap/pkg-descr | 9 | ||||
| -rw-r--r-- | mail/exim-mysql/Makefile | 7 | ||||
| -rw-r--r-- | mail/exim-mysql/pkg-comment | 1 | ||||
| -rw-r--r-- | mail/exim-mysql/pkg-descr | 9 | ||||
| -rw-r--r-- | mail/exim-postgresql/Makefile | 7 | ||||
| -rw-r--r-- | mail/exim-postgresql/pkg-comment | 1 | ||||
| -rw-r--r-- | mail/exim-postgresql/pkg-descr | 9 |
9 files changed, 7 insertions, 46 deletions
diff --git a/mail/exim-ldap/Makefile b/mail/exim-ldap/Makefile index be1cb8f2e3e4..c5401e5dac0d 100644 --- a/mail/exim-ldap/Makefile +++ b/mail/exim-ldap/Makefile @@ -6,12 +6,9 @@ # PKGNAMESUFFIX= -ldap -CATEGORIES= mail -PKGDIR= ../exim -FILESDIR= ${PKGDIR}/files -PATCHDIR= ${PKGDIR}/files +MASTERDIR= ${.CURDIR}/../exim -# See ../exim/Makefile for options controlling the LDAP lookup type. +# See ${MASTERDIR}/Makefile for options controlling the LDAP lookup type. WITH_LDAP= yes -.include "../exim/Makefile" +.include "${MASTERDIR}/Makefile" diff --git a/mail/exim-ldap/pkg-comment b/mail/exim-ldap/pkg-comment deleted file mode 100644 index a862bdff5618..000000000000 --- a/mail/exim-ldap/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -High performance MTA for Unix systems on the Internet diff --git a/mail/exim-ldap/pkg-descr b/mail/exim-ldap/pkg-descr deleted file mode 100644 index e7b7d4118545..000000000000 --- a/mail/exim-ldap/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Exim is a mail transfer agent for Unix systems connected to the Internet. -It is a monolithic MTA designed to be a command line compatible drop-in -replacement for Sendmail. - -Exim is an excellent mailer for an ISP, as its control and flexibility -are very good and its requeing and retry algorithms are very powerful. -Exim's configuration syntax is simple and well documented. - -WWW: http://www.exim.org/ diff --git a/mail/exim-mysql/Makefile b/mail/exim-mysql/Makefile index aa30eb96299c..48ef5db219dc 100644 --- a/mail/exim-mysql/Makefile +++ b/mail/exim-mysql/Makefile @@ -6,11 +6,8 @@ # PKGNAMESUFFIX= -mysql -CATEGORIES= mail -PKGDIR= ../exim -FILESDIR= ${PKGDIR}/files -PATCHDIR= ${PKGDIR}/files +MASTERDIR= ${.CURDIR}/../exim WITH_MYSQL= yes -.include "../exim/Makefile" +.include "${MASTERDIR}/Makefile" diff --git a/mail/exim-mysql/pkg-comment b/mail/exim-mysql/pkg-comment deleted file mode 100644 index a862bdff5618..000000000000 --- a/mail/exim-mysql/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -High performance MTA for Unix systems on the Internet diff --git a/mail/exim-mysql/pkg-descr b/mail/exim-mysql/pkg-descr deleted file mode 100644 index e7b7d4118545..000000000000 --- a/mail/exim-mysql/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Exim is a mail transfer agent for Unix systems connected to the Internet. -It is a monolithic MTA designed to be a command line compatible drop-in -replacement for Sendmail. - -Exim is an excellent mailer for an ISP, as its control and flexibility -are very good and its requeing and retry algorithms are very powerful. -Exim's configuration syntax is simple and well documented. - -WWW: http://www.exim.org/ diff --git a/mail/exim-postgresql/Makefile b/mail/exim-postgresql/Makefile index 814207db3b4a..aa7ca7c0501c 100644 --- a/mail/exim-postgresql/Makefile +++ b/mail/exim-postgresql/Makefile @@ -6,11 +6,8 @@ # PKGNAMESUFFIX= -postgresql -CATEGORIES= mail -PKGDIR= ../exim -FILESDIR= ${PKGDIR}/files -PATCHDIR= ${PKGDIR}/files +MASTERDIR= ${.CURDIR}/../exim WITH_PGSQL= yes -.include "../exim/Makefile" +.include "${MASTERDIR}/Makefile" diff --git a/mail/exim-postgresql/pkg-comment b/mail/exim-postgresql/pkg-comment deleted file mode 100644 index a862bdff5618..000000000000 --- a/mail/exim-postgresql/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -High performance MTA for Unix systems on the Internet diff --git a/mail/exim-postgresql/pkg-descr b/mail/exim-postgresql/pkg-descr deleted file mode 100644 index e7b7d4118545..000000000000 --- a/mail/exim-postgresql/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Exim is a mail transfer agent for Unix systems connected to the Internet. -It is a monolithic MTA designed to be a command line compatible drop-in -replacement for Sendmail. - -Exim is an excellent mailer for an ISP, as its control and flexibility -are very good and its requeing and retry algorithms are very powerful. -Exim's configuration syntax is simple and well documented. - -WWW: http://www.exim.org/ |
