diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 10:34:23 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 10:34:23 +0000 |
commit | 5406488640c9d4292c7a5349facb9e09d7fb04dc (patch) | |
tree | 315682ed881cd935b54d89a2f4bd722649e9d38c /editors/xemacs-mule-packages | |
parent | 32c83edfbcce207c560685385be28ffc02faad2c (diff) | |
download | ports-5406488640c9d4292c7a5349facb9e09d7fb04dc.tar.gz ports-5406488640c9d4292c7a5349facb9e09d7fb04dc.zip |
Notes
Diffstat (limited to 'editors/xemacs-mule-packages')
-rw-r--r-- | editors/xemacs-mule-packages/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/xemacs-mule-packages/Makefile b/editors/xemacs-mule-packages/Makefile index 199522a52718..1fcd1e485657 100644 --- a/editors/xemacs-mule-packages/Makefile +++ b/editors/xemacs-mule-packages/Makefile @@ -43,11 +43,11 @@ do-install: post-install: @cd ${WRKDIR} && \ - find ${PACKAGES_SUBDIR} -type f|sort|${SED} 's:^:lib/xemacs/:' >> ${TMPPLIST}; \ - find ${PACKAGES_SUBDIR}/*/* -type d|sort -r|${SED} 's:^:@dirrm lib/xemacs/:'>> ${TMPPLIST} - @${ECHO} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR}/* 2>/dev/null || true' >> ${TMPPLIST} - @${ECHO} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR} 2>/dev/null || true' >> ${TMPPLIST} - @${ECHO} '@unexec rmdir %D/lib/xemacs 2>/dev/null || true' >> ${TMPPLIST} + ${FIND} ${PACKAGES_SUBDIR} -type f|sort|${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} 2>/dev/null || true' >> ${TMPPLIST} + @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_MSG} " This is the set of the packages for xemacs with the mule-packages category." @${ECHO_MSG} "You might be enough with this package installing xemacs-packages altogether for" @${ECHO_MSG} "working at XEmacs but if you think it insufficient,you can install other" |