diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-01-12 13:59:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-01-12 13:59:07 +0000 |
commit | ea85c8fa6885ceac236c2fafd8510a074177d359 (patch) | |
tree | d0b684c5c52b14d3314494306a5ea7aaa3062eeb /editors | |
parent | b8490f4b8c1510571b36ffb921e107fb8ed9f330 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-packages/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index 163ff83e2c8d..6c89a78b71f2 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -158,7 +158,9 @@ post-install: ${SED} 's:^:lib/xemacs/:' >> ${TMPPLIST}; \ ${FIND} ${PACKAGES_SUBDIR}/*/* -type d|${SORT} -r| \ ${SED} 's:^:@dirrm lib/xemacs/:'>> ${TMPPLIST} - @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR}/* 2>/dev/null || true' >> ${TMPPLIST} + @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR}/man 2>/dev/null || true' >> ${TMPPLIST} + @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR}/lisp 2>/dev/null || true' >> ${TMPPLIST} + @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR}/etc 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR} 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_MSG} " This port installs packages for XEmacs. These packages should be sufficient" |