diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:22:59 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:22:59 +0000 |
commit | 251562621233f8fdec525afe26d7e087fc2f9203 (patch) | |
tree | af8c8b53de15bde159c3047c26b229999f261b8d /japanese/emacs20-dl-canna | |
parent | c9334746b23672432049ef86ec6accf57ef22cc9 (diff) |
Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk
Notes
Notes:
svn path=/head/; revision=43365
Diffstat (limited to 'japanese/emacs20-dl-canna')
-rw-r--r-- | japanese/emacs20-dl-canna/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/emacs20-dl-canna/Makefile b/japanese/emacs20-dl-canna/Makefile index c495f15b5974..ebaaa9b88052 100644 --- a/japanese/emacs20-dl-canna/Makefile +++ b/japanese/emacs20-dl-canna/Makefile @@ -17,7 +17,7 @@ MAINTAINER= shige@FreeBSD.org LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna # Building this port requires emacs-dl source tree: ${EMACSDL_DIR}:configure BUILD_DEPENDS= emacs-dl-${EMACS_VER}:${EMACSDL_DIR} \ - /nonexistent:${EMACSDL_DIR}:configure \ + ${NONEXISTENT}:${EMACSDL_DIR}:configure \ ${APEL_DEPENDS}:${PORTSDIR}/editors/apel-emacs20 RUN_DEPENDS= emacs-dl-${EMACS_VER}:${EMACSDL_DIR} \ ${APEL_DEPENDS}:${PORTSDIR}/editors/apel-emacs20 |