1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

(1) ${PREFIX}/share/mule/19.34/etc/DOC-19.34.1 is installed by a port for

mule except mule-common. So, in this port, I must remove the file.

Pointed out: asami

(2) Removed the test to create ${PREFIX}/share/info/dir in mule-common/Makefile.

Pointed out: bento
This commit is contained in:
Satoshi Taoka 2000-06-23 15:37:57 +00:00
parent 352ca23fcb
commit 9bbc601650
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29815
2 changed files with 8 additions and 4 deletions

View File

@ -58,7 +58,7 @@ WRKDIR= ${WRKDIRBASE}/editors/mule/work
pre-build:
@cd ${.CURDIR}/../mule; make
.else
BROKEN= You should build install one of the other mule ports first
BROKEN= First you should build install a port for mule except mule-common
.endif
.endif
@ -129,13 +129,15 @@ post-build:
./temacs -batch -l mule-inst.el $$target
post-install:
# DOC* must be installed by a port for mule except mule-common
${RM} ${PREFIX}/share/mule/19.34/etc/DOC
${RM} ${PREFIX}/share/mule/19.34/etc/DOC-19.34.1
# note that any2ps rcs-checkin are scripts
.for file in b2m coco ctags emacsclient etags m2ps
strip ${PREFIX}/bin/${file}
.endfor
if [ ! -f ${PREFIX}/share/mule/${EMACS_VERSION}/info/dir ]; then \
${MKDIR} ${PREFIX}/share/mule/${EMACS_VERSION}/info; \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/share/mule/${EMACS_VERSION}/info/dir; \
fi
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir

View File

@ -58,7 +58,7 @@ WRKDIR= ${WRKDIRBASE}/editors/mule/work
pre-build:
@cd ${.CURDIR}/../mule; make
.else
BROKEN= You should build install one of the other mule ports first
BROKEN= First you should build install a port for mule except mule-common
.endif
.endif
@ -129,13 +129,15 @@ post-build:
./temacs -batch -l mule-inst.el $$target
post-install:
# DOC* must be installed by a port for mule except mule-common
${RM} ${PREFIX}/share/mule/19.34/etc/DOC
${RM} ${PREFIX}/share/mule/19.34/etc/DOC-19.34.1
# note that any2ps rcs-checkin are scripts
.for file in b2m coco ctags emacsclient etags m2ps
strip ${PREFIX}/bin/${file}
.endfor
if [ ! -f ${PREFIX}/share/mule/${EMACS_VERSION}/info/dir ]; then \
${MKDIR} ${PREFIX}/share/mule/${EMACS_VERSION}/info; \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/share/mule/${EMACS_VERSION}/info/dir; \
fi
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir