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/mew | |
parent | 037dd970b63b1e618d70427f7a656d98df320f6d (diff) | |
download | freebsd-ports-graphics-35fe284ad7116535433a834a6601f7f70b3362bd.tar.gz freebsd-ports-graphics-35fe284ad7116535433a834a6601f7f70b3362bd.tar.zst freebsd-ports-graphics-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/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 a65ee770f6d..a88806898d7 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 |