Index: head/mail/wanderlust-emacs20/Makefile =================================================================== --- head/mail/wanderlust-emacs20/Makefile (revision 109464) +++ head/mail/wanderlust-emacs20/Makefile (revision 109465) @@ -1,17 +1,17 @@ # New ports collection makefile for: Wanderlust (for emacs20) # Date created: 7 Apr 1999 # Whom: MANTANI Nobutaka # # $FreeBSD$ # MASTERDIR= ${.CURDIR}/../../mail/wanderlust COMMENT= Yet another message interface on Emacsen EMACS_PORT_NAME= emacs20 MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME} EMACS_W3M_PORT_NAME= emacs-w3m-${EMACS_PORT_NAME} BITMAP_PORT_NAME= bitmap-${EMACS_PORT_NAME} -.include <${MASTERDIR}/Makefile> +.include "${MASTERDIR}/Makefile" Property changes on: head/mail/wanderlust-emacs20/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/mail/wanderlust-xemacs21-mule/Makefile =================================================================== --- head/mail/wanderlust-xemacs21-mule/Makefile (revision 109464) +++ head/mail/wanderlust-xemacs21-mule/Makefile (revision 109465) @@ -1,26 +1,26 @@ # New ports collection makefile for: Wanderlust (for xemacs21-mule) # Date created: 7 Apr 1999 # Whom: MANTANI Nobutaka # # $FreeBSD$ # MASTERDIR= ${.CURDIR}/../../mail/wanderlust COMMENT= Yet another message interface on Emacsen EMACS_PORT_NAME= xemacs21-mule EMACS_PACKAGESDIR= lib/xemacs/site-packages MANIFEST= MANIFEST.wl MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME} EMACS_W3M_PORT_NAME= emacs-w3m-${EMACS_PORT_NAME} EMACS_W3M_LISP_FILE= ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/w3m/shimbun.el ALL_TARGET= package INSTALL_TARGET= install-package UTILSDIR= ${EMACS_PACKAGESDIR}/lisp/wl STARTUPDIR= ${EMACS_PACKAGESDIR}/lisp/wl -.include <${MASTERDIR}/Makefile> +.include "${MASTERDIR}/Makefile" Property changes on: head/mail/wanderlust-xemacs21-mule/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/www/emacs-w3m-emacs20/Makefile =================================================================== --- head/www/emacs-w3m-emacs20/Makefile (revision 109464) +++ head/www/emacs-w3m-emacs20/Makefile (revision 109465) @@ -1,14 +1,14 @@ # New ports collection makefile for: emacs-w3m # Date Created: 24 Mar 2001 # Whom: MANTANI Nobutaka # # $FreeBSD$ # MASTERDIR= ${.CURDIR}/../emacs-w3m EMACS_PORT_NAME= emacs20 COMMENT= Simple front-end to w3m for emacs20 PLIST= ${.CURDIR}/pkg-plist -.include <${MASTERDIR}/Makefile> +.include "${MASTERDIR}/Makefile" Property changes on: head/www/emacs-w3m-emacs20/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/www/emacs-w3m-xemacs21-mule/Makefile =================================================================== --- head/www/emacs-w3m-xemacs21-mule/Makefile (revision 109464) +++ head/www/emacs-w3m-xemacs21-mule/Makefile (revision 109465) @@ -1,27 +1,27 @@ # New ports collection makefile for: emacs-w3m-xemacs21-mule # Date Created: 11 Apr 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # MASTERDIR= ${.CURDIR}/../emacs-w3m EMACS_PORT_NAME= xemacs21-mule COMMENT= Simple front-end to w3m for xemacs21-mule CONFIGURE_ARGS= --with-xemacs=${EMACS_CMD} \ --with-packagedir=${PREFIX}/${EMACS_PACKAGESDIR} EMACS_PACKAGESDIR= lib/xemacs/site-packages LISPDIR= ${EMACS_PACKAGESDIR}/lisp/w3m ICONDIR= ${EMACS_PACKAGESDIR}/etc/w3m INFODIR= ${EMACS_PACKAGESDIR}/info PKGINFODIR= ${EMACS_PACKAGESDIR}/pkginfo INSTALL_TARGET= install-package PLIST= ${.CURDIR}/pkg-plist PLIST_SUB+= PKGINFODIR=${PKGINFODIR} WITHOUT_OCTET_VIEWER= yes -.include <${MASTERDIR}/Makefile> +.include "${MASTERDIR}/Makefile" Property changes on: head/www/emacs-w3m-xemacs21-mule/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property