diff options
author | steve <steve@FreeBSD.org> | 1999-01-18 03:05:30 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-18 03:05:30 +0000 |
commit | 2d95d974ebe2cd860303669f53d6991dc70de5f1 (patch) | |
tree | f825a8edf978ce898849f5125ca5d455e508acf3 /editors/xemacs21-mule/Makefile | |
parent | c94d4125ef7ab97af901cdb4bb76bc28a1cb6c02 (diff) | |
download | FreeBSD-ports-2d95d974ebe2cd860303669f53d6991dc70de5f1.zip FreeBSD-ports-2d95d974ebe2cd860303669f53d6991dc70de5f1.tar.gz |
From maintainer:
(1) Change RUN_DEPENDS so as to correct to create INSTALL_COOKIEs.
(2) WRKDIRPREFIX inserted for safe.
(3) Change creation for PACKAGE_COOKIEs.
PR: 9419
Submitted by: maintainer
Diffstat (limited to 'editors/xemacs21-mule/Makefile')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index d2e4a59..af21c79 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Dec 1997 # Whom: Kazuyuki IENAGA <ienaga@jsys.co.jp> # -# $Id: Makefile,v 1.11 1998/11/11 12:55:23 asami Exp $ +# $Id: Makefile,v 1.12 1998/12/26 03:47:19 kuriyama Exp $ # DISTNAME= xemacs-20.4 @@ -26,7 +26,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ png.2:${PORTSDIR}/graphics/png \ compface.1:${PORTSDIR}/mail/faces \ ${LIB_INPUT_METHOD} -RUN_DEPENDS= ${PREFIX}/lib/${XEMACS_DIR}/etc/BABYL:${PORTSDIR}/editors/xemacs-mule-common +RUN_DEPENDS= ${PREFIX}/lib/${XEMACS_DIR}/lisp/x11/x-win-xfree86.elc:${PORTSDIR}/editors/xemacs-mule-common EXTRACT_ONLY= xemacs-20.4.tar.gz xemacs-20.4-elc.tar.gz \ xemacs-20.4-info.tar.gz xemacs-20.4-mule.tar.gz @@ -103,6 +103,12 @@ pre-build: @${GZCAT} ${DISTDIR}/ps-print-jp.el.gz > ${WRKSRC}/lisp/packages/ps-print.el .endif +# for xemacs-mule-common in defining ${WRKDIRPREFIX} +.if !exists(${WRKDIRPREFIX}${.CURDIR}/../../editors/xemacs-mule-common) +post-build: + @${MKDIR} ${WRKDIRPREFIX}${.CURDIR}/../../editors/xemacs-mule-common +.endif + post-install:: .for file in b2m ctags etags gnuclient xemacs-20.4 @strip ${PREFIX}/bin/${file} |