mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
16a2ae17c6
PR: ports/18696 Submitted by: MAINTAINER Hmm. Seems Maintainer == Author of this port. So, please include `patch-ad' in your next release, thanks.
11 lines
516 B
Plaintext
11 lines
516 B
Plaintext
--- Imakefile.orig Sat May 20 10:55:46 2000
|
|
+++ Imakefile Sun May 21 19:01:32 2000
|
|
@@ -53,6 +53,7 @@
|
|
@grep -v "^#" helpOverview.h > ./helpOverview.text
|
|
@grep -v "^#" acknowledgement.h > ./acknowledgement.text
|
|
@grep -v "^#" aboutMuuz.h > ./aboutMuuz.text
|
|
+ @mkdir $(PROJECTROOT)/share/muuz
|
|
@cp -pf helpUserPrep.text $(PROJECTROOT)/share/muuz/helpUserPrep.text
|
|
@cp -pf helpPrep.text $(PROJECTROOT)/share/muuz/helpPrep.text
|
|
@cp -pf helpOverview.text $(PROJECTROOT)/share/muuz/helpOverview.text
|