summaryrefslogtreecommitdiff
path: root/textproc/opensched/files/patch-Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 15:20:01 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 15:20:01 +0000
commit0438fc26f0d6919bbce73c2edd0403bc86de4371 (patch)
tree2150fb848141aac7ed7a5aa3efcb9d9faa7d5fa2 /textproc/opensched/files/patch-Makefile
parentRename sysutils/ patch-xy patches to reflect the files they modify. (diff)
Rename textproc/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363336
Diffstat (limited to 'textproc/opensched/files/patch-Makefile')
-rw-r--r--textproc/opensched/files/patch-Makefile79
1 files changed, 79 insertions, 0 deletions
diff --git a/textproc/opensched/files/patch-Makefile b/textproc/opensched/files/patch-Makefile
new file mode 100644
index 000000000000..70368a5dfaf7
--- /dev/null
+++ b/textproc/opensched/files/patch-Makefile
@@ -0,0 +1,79 @@
+*** Makefile.orig Tue Nov 16 04:02:39 1999
+--- Makefile Wed Jan 31 14:51:57 2001
+***************
+*** 13,26 ****
+
+ build: opensched manpage
+
+! all: opensched printman test sample
+
+ BINDIR=/usr/local/bin
+ MANDIR=/usr/local/man/man1
+
+ install: opensched manpage
+! install -o root -g root -m 755 opensched $(BINDIR)
+! install -o root -g root -m 755 doc/opensched.1 $(MANDIR)
+
+ browseman: manpage
+ groff -t -man -Tlatin1 doc/opensched.1 | less
+--- 13,26 ----
+
+ build: opensched manpage
+
+! all: opensched printman test
+
+ BINDIR=/usr/local/bin
+ MANDIR=/usr/local/man/man1
+
+ install: opensched manpage
+! install -o root -g 0 -m 755 src/opensched $(BINDIR)
+! install -o root -g 0 -m 755 doc/opensched.1 $(MANDIR)
+
+ browseman: manpage
+ groff -t -man -Tlatin1 doc/opensched.1 | less
+***************
+*** 33,42 ****
+
+ opensched: dummy
+ # opensched:
+! (cd src; make opensched)
+
+ gcc-dos: dummy
+! pushd src; make gcc-dos; popd
+
+ backup: veryclean
+ /bin/rm -rf opensched-`cat VERSION`
+--- 33,42 ----
+
+ opensched: dummy
+ # opensched:
+! (cd src; ${MAKE} opensched)
+
+ gcc-dos: dummy
+! pushd src; ${MAKE} gcc-dos; popd
+
+ backup: veryclean
+ /bin/rm -rf opensched-`cat VERSION`
+***************
+*** 66,75 ****
+ /bin/chmod 755 `find . -type d -or -name '*.sh' -or -name opensched`
+
+ test: opensched dummy
+! (cd test; make test)
+
+ sample: opensched dummy
+! (cd sample; make sample)
+
+ dummy:
+
+--- 66,75 ----
+ /bin/chmod 755 `find . -type d -or -name '*.sh' -or -name opensched`
+
+ test: opensched dummy
+! (cd test; ${MAKE} test)
+
+ sample: opensched dummy
+! (cd sample; ${MAKE} sample)
+
+ dummy:
+