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 /editors | |
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 'editors')
-rw-r--r-- | editors/custom-mule/Makefile | 6 | ||||
-rw-r--r-- | editors/mule/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs21-mule/Makefile | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/editors/custom-mule/Makefile b/editors/custom-mule/Makefile index a6d38571c45e..4c61b05d82ae 100644 --- a/editors/custom-mule/Makefile +++ b/editors/custom-mule/Makefile @@ -16,8 +16,8 @@ MASTERDIR= ${.CURDIR}/../../editors/custom-emacs EMACS_PORT_NAME= mule # pkg/* files but PLIST are used in ${.CURDIR} -PKGDIR= ${.CURDIR}/pkg -PATCHDIR= ${.CURDIR}/patches -PLIST= ${MASTERDIR}/pkg/PLIST +PKGDIR= ${.CURDIR} +PATCHDIR= ${.CURDIR}/files +PLIST= ${MASTERDIR}/pkg-plist .include <${MASTERDIR}/Makefile> diff --git a/editors/mule/Makefile b/editors/mule/Makefile index c610c100b98c..5b110c8998ee 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 diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 899658537995..675f0d5300b0 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -68,8 +68,8 @@ PACKAGE_COOKIE= ${WRKDIR}/.package_done-${PKGNAME} STRIP= INSTALL_TARGET?=install-arch-dep FILESDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}/files -PATCHDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}/patches -PKGDIR?= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}-mule/pkg +PATCHDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}/files +PKGDIR?= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}-mule SLAVEDIRS= editors/xemacs21-mule-common editors/xemacs21-mule-sumo |