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/mew | |
| parent | b9d2bca3af03415aa8324c95711b3a365968b306 (diff) | |
Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
Diffstat (limited to 'mail/mew')
| -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 a65ee770f6d0..a88806898d78 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 |
