diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 15:21:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 15:21:03 +0800 |
commit | 35fe284ad7116535433a834a6601f7f70b3362bd (patch) | |
tree | 8128c8881d4fcad90b705b805564232ed39a1194 /mail/qmail-ldap | |
parent | 037dd970b63b1e618d70427f7a656d98df320f6d (diff) | |
download | freebsd-ports-gnome-35fe284ad7116535433a834a6601f7f70b3362bd.tar.gz freebsd-ports-gnome-35fe284ad7116535433a834a6601f7f70b3362bd.tar.zst freebsd-ports-gnome-35fe284ad7116535433a834a6601f7f70b3362bd.zip |
Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
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 |