diff options
author | knu <knu@FreeBSD.org> | 2002-09-29 21:05:03 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-29 21:05:03 +0000 |
commit | 6e015dc813ba42e7abafb0ab5ba475d745f6b45e (patch) | |
tree | 62deddef8b6e10aacd99241864445dcd258e0fdb /japanese/emacs20-emcws | |
parent | 86f60a59dc9cbf91251e28ffff217c4bc16adbec (diff) | |
download | FreeBSD-ports-6e015dc813ba42e7abafb0ab5ba475d745f6b45e.zip FreeBSD-ports-6e015dc813ba42e7abafb0ab5ba475d745f6b45e.tar.gz |
s/PLIST_SUB=/PLIST_SUB+=/ to fix packaging.
Diffstat (limited to 'japanese/emacs20-emcws')
-rw-r--r-- | japanese/emacs20-emcws/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/emacs20-emcws/Makefile b/japanese/emacs20-emcws/Makefile index fe9b6ea..4bfc685 100644 --- a/japanese/emacs20-emcws/Makefile +++ b/japanese/emacs20-emcws/Makefile @@ -127,7 +127,7 @@ MULE_PATCHED_ELS= ange-ftp.el ange-ftp.elc \ international/titdic-cnv.elc \ loaddefs.el loadup.el -PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET} \ +PLIST_SUB+= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET} \ DOC_FILE=${DOC_FILE} SCRIPTS_ENV= SED=${SED} MV=${MV} \ |