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 /editors/mule | |
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 'editors/mule')
-rw-r--r-- | editors/mule/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index c610c10..5b110c8 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -33,10 +33,10 @@ SLAVEDIRS= chinese/mule-freewnn USE_XLIB= yes EXTRACT_ONLY= emacs-${EMACS_VERSION}b${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/emacs-${EMACS_VERSION} -PATCHDIR= ${.CURDIR}/../../editors/mule-common/patches +PATCHDIR= ${.CURDIR}/../../editors/mule-common/files FILESDIR= ${.CURDIR}/../../editors/mule-common/files SCRIPTDIR= ${.CURDIR}/../../editors/mule-common/scripts -PLIST= ${.CURDIR}/../../editors/mule/pkg/PLIST +PLIST= ${.CURDIR}/../../editors/mule/pkg-plist INSTALL_COOKIE= ${WRKDIR}/.install_done-${PKGNAME} PACKAGE_COOKIE= ${WRKDIR}/.package_done-${PKGNAME} GNU_CONFIGURE= yes |