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-wnn6 | |
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-wnn6')
-rw-r--r-- | japanese/emacs20-dl-wnn6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/emacs20-dl-wnn6/Makefile b/japanese/emacs20-dl-wnn6/Makefile index b6350bda41aa..6be144d9e36c 100644 --- a/japanese/emacs20-dl-wnn6/Makefile +++ b/japanese/emacs20-dl-wnn6/Makefile @@ -16,7 +16,7 @@ MAINTAINER= shige@FreeBSD.org LIB_DEPENDS= wnn6.1:${.CURDIR}/../../japanese/Wnn6-lib BUILD_DEPENDS= emacs-dl-${EMACS_VER}:${EMACSDL_DIR} \ autoconf:${PORTSDIR}/devel/autoconf \ - /nonexistent:${EMACSDL_DIR}:configure + ${NONEXISTENT}:${EMACSDL_DIR}:configure RUN_DEPENDS= emacs-dl-${EMACS_VER}:${EMACSDL_DIR} USE_GMAKE= yes |