mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Rework previous fix to using INFO macro.
Reported by: kris
This commit is contained in:
parent
6d1db14158
commit
ab3e26398b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172616
@ -19,6 +19,8 @@ USE_EMACS= yes
|
||||
USE_GMAKE= yes
|
||||
EMACS_PORT_NAME?= emacs21
|
||||
|
||||
INFO= muse
|
||||
|
||||
.if ${EMACS_PORT_NAME} != "emacs21"
|
||||
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
|
||||
.endif
|
||||
|
13
textproc/muse/files/patch-Makefile
Normal file
13
textproc/muse/files/patch-Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
--- Makefile.orig Sat Sep 9 12:17:41 2006
|
||||
+++ Makefile Sat Sep 9 12:17:51 2006
|
||||
@@ -43,8 +43,8 @@
|
||||
|
||||
install-info: $(MANUAL).info
|
||||
[ -d $(INFODIR) ] || install -d $(INFODIR)
|
||||
- install -m 0644 $(MANUAL).info $(INFODIR)/$(MANUAL)
|
||||
- $(INSTALLINFO) $(INFODIR)/$(MANUAL)
|
||||
+ install -m 0644 $(MANUAL).info $(INFODIR)/$(MANUAL).info
|
||||
+ $(INSTALLINFO) $(INFODIR)/$(MANUAL).info
|
||||
|
||||
install-bin: autoloads lisp contrib
|
||||
(cd lisp && $(MAKE) install)
|
@ -1,5 +1,3 @@
|
||||
info/muse
|
||||
@unexec install-info --quiet --delete %D/info/muse %D/info/dir
|
||||
%%EMACS_SITE_LISPDIR%%/muse/contrib/cgi.el
|
||||
%%EMACS_SITE_LISPDIR%%/muse/contrib/cgi.elc
|
||||
%%EMACS_SITE_LISPDIR%%/muse/contrib/httpd.el
|
||||
|
Loading…
Reference in New Issue
Block a user