diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 07:21:03 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 07:21:03 +0000 |
commit | 35fe284ad7116535433a834a6601f7f70b3362bd (patch) | |
tree | 8128c8881d4fcad90b705b805564232ed39a1194 /mail/mew/Makefile | |
parent | 037dd970b63b1e618d70427f7a656d98df320f6d (diff) | |
download | FreeBSD-ports-35fe284ad7116535433a834a6601f7f70b3362bd.zip FreeBSD-ports-35fe284ad7116535433a834a6601f7f70b3362bd.tar.gz |
Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
Diffstat (limited to 'mail/mew/Makefile')
-rw-r--r-- | mail/mew/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index a65ee77..a888068 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -39,7 +39,7 @@ PLIST_SUB= EMACS_LISPDIR=${EMACS_LISPDIR} \ EMACS_ETCDIR=${EMACS_ETCDIR} \ EMACS_INFODIR=${EMACS_INFODIR} \ EMACS_PKGDIR=${EMACS_PKGDIR} -PATCHDIR= ${.CURDIR}/../mew/patches +PATCHDIR= ${.CURDIR}/../mew/files SCRIPTDIR= ${.CURDIR}/../mew/scripts FILESDIR= ${.CURDIR}/../mew/files |