diff options
author | anray <anray@FreeBSD.org> | 2006-02-08 19:44:56 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-02-08 19:44:56 +0800 |
commit | e31858e536f5b0e4ddc27e956f422c78c7310353 (patch) | |
tree | 224d74c86acde1b5ba269156590ce1f8bb55a8dc /editors/xemacs21-mule/Makefile | |
parent | bf0ddc862d9acb2011b0b771c673b7ca91b1709d (diff) | |
download | freebsd-ports-gnome-e31858e536f5b0e4ddc27e956f422c78c7310353.tar.gz freebsd-ports-gnome-e31858e536f5b0e4ddc27e956f422c78c7310353.tar.zst freebsd-ports-gnome-e31858e536f5b0e4ddc27e956f422c78c7310353.zip |
Fix plist.
Reported by: pointyhat(kris)
Diffstat (limited to 'editors/xemacs21-mule/Makefile')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 749c8a500949..fc454861fa28 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -173,9 +173,6 @@ CONFIGURE_ARGS+= --with-canna=no --with-wnn=no --with-wnn6=no SITE_INCLUDES+= ${LOCALBASE}/include SITE_LIBRARIES+= ${LOCALBASE}/lib -.if defined(CANNA) -PLIST_FILES+= lib/xemacs-%%XEMACS_VER%%/lisp/mule/canna-leim.elc -.endif .if defined(PKGNAMEPREFIX) .if ${PKGNAMEPREFIX} == "ja-" PLIST_FILES+= man/ja/man1/xemacs.1 |