diff options
author | kris <kris@FreeBSD.org> | 2004-05-23 09:58:54 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-23 09:58:54 +0000 |
commit | 32e697c88a8175bbd8e3fc3ed381fe8895068c39 (patch) | |
tree | 1560e60593a0542a7c01d7cb6bb64cf02588234a /editors/speedbar | |
parent | 0d59bd652243072e050fbd0c6f2e8e5382b42ab6 (diff) | |
download | FreeBSD-ports-32e697c88a8175bbd8e3fc3ed381fe8895068c39.zip FreeBSD-ports-32e697c88a8175bbd8e3fc3ed381fe8895068c39.tar.gz |
s/post-patch/pre-build/ since emacs is a BUILD_DEPENDS
Diffstat (limited to 'editors/speedbar')
-rw-r--r-- | editors/speedbar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile index 0987897..b09900f 100644 --- a/editors/speedbar/Makefile +++ b/editors/speedbar/Makefile @@ -30,7 +30,7 @@ MUST_BE_RECOMPILED= gud.el info.el rmail.el vhdl-mode.el EMACS_ARGS= -batch -l speedbar-compile-script -f batch-byte-compile -post-patch: +pre-build: .for i in ${MUST_BE_RECOMPILED} ${CP} `${FIND} ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/lisp -name ${i}` \ ${WRKSRC} |