diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-02-08 11:31:28 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-02-08 11:31:28 +0000 |
commit | 4a609c3e893194e7f575ab3c4ef01f0a2e917ac0 (patch) | |
tree | c11b9cfb42efdee0b33975745854d8892f57e4e6 /editors/xemacs-devel | |
parent | db4d63965c09dd4e0f0a044233254d6625cd8273 (diff) | |
download | ports-4a609c3e893194e7f575ab3c4ef01f0a2e917ac0.tar.gz ports-4a609c3e893194e7f575ab3c4ef01f0a2e917ac0.zip |
Notes
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r-- | editors/xemacs-devel/Makefile | 5 | ||||
-rw-r--r-- | editors/xemacs-devel/pkg-plist | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index b87ec0081c1a..9d34b1c2420c 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -125,7 +125,10 @@ post-install:: .for file in b2m ctags ellcc etags gnuclient ootags xemacs-${XEMACS_VER} ${STRIP_CMD} ${PREFIX}/bin/${file} .endfor - ${RM} -f ${PREFIX}/bin/send-pr + ${FIND} ${PREFIX}/lib/xemacs-${XEMACS_VER} -name \*.orig \ + -exec ${RM} -f \{} \; + ${RM} -f ${PREFIX}/bin/send-pr \ + ${PREFIX}/lib/xemacs-${XEMACS_VER}/${XEMACS_ARCH}/modules/auto-autoloads.el~ #.if defined(WANT_GTK) # @${ECHO_MSG} "Please be aware that GTK support is buggy. Do not report bugs to" # @${ECHO_MSG} "the maintainer." diff --git a/editors/xemacs-devel/pkg-plist b/editors/xemacs-devel/pkg-plist index f4c96172d7e7..1cf07b41ba2f 100644 --- a/editors/xemacs-devel/pkg-plist +++ b/editors/xemacs-devel/pkg-plist @@ -1447,6 +1447,7 @@ lib/xemacs-%%XEMACS_VER%%/lisp/x-win-xfree86.el lib/xemacs-%%XEMACS_VER%%/lisp/x-win-xfree86.elc @dirrm lib/xemacs-%%XEMACS_VER%%/lisp/term @dirrm lib/xemacs-%%XEMACS_VER%%/lisp/mule +@dirrm lib/xemacs-%%XEMACS_VER%%/lisp @dirrm lib/xemacs-%%XEMACS_VER%%/info @dirrm lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/include/s @dirrm lib/xemacs-%%XEMACS_VER%%/%%XEMACS_ARCH%%/include/m |