diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 07:21:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 07:21:03 +0000 |
commit | d5b54d08694f2656c04d83a0013fb3d3eb1344e2 (patch) | |
tree | 99387ff23cc458e555b453bdc295681a6cb2109b /mail/qmail-ldap | |
parent | b9d2bca3af03415aa8324c95711b3a365968b306 (diff) | |
download | ports-d5b54d08694f2656c04d83a0013fb3d3eb1344e2.tar.gz ports-d5b54d08694f2656c04d83a0013fb3d3eb1344e2.zip |
Notes
Diffstat (limited to 'mail/qmail-ldap')
-rw-r--r-- | mail/qmail-ldap/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile index a18f29702d46..9a536f3883d9 100644 --- a/mail/qmail-ldap/Makefile +++ b/mail/qmail-ldap/Makefile @@ -32,11 +32,11 @@ LDAP_PATCH_DATE= 20000701 # Local overrides MASTERDIR= ${PORTSDIR}/mail/qmail #MASTERDIR= ${.CURDIR}/../qmail -PATCHDIR= ${.CURDIR}/patches -PKGDIR_LOCAL= ${.CURDIR}/pkg -DESCR= ${PKGDIR_LOCAL}/DESCR -PLIST= ${PKGDIR_LOCAL}/PLIST -PKGMESSAGE= ${PKGDIR_LOCAL}/MESSAGE +PATCHDIR= ${.CURDIR}/files +PKGDIR_LOCAL= ${.CURDIR} +DESCR= ${PKGDIR_LOCAL}/pkg-descr +PLIST= ${PKGDIR_LOCAL}/pkg-plist +PKGMESSAGE= ${PKGDIR_LOCAL}/pkg-message PRE_MK_INCLUDED= yes |