1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Add patch and pkg-plist (forgotten in previous commit).

This commit is contained in:
Emanuel Haupt 2021-01-04 15:42:37 +00:00
parent 3eafef3d06
commit 805ef76c53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560303
2 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,17 @@
--- Makefile.orig 2017-01-28 22:03:18 UTC
+++ Makefile
@@ -23,12 +23,14 @@ target=$(DESTDIR)$(prefix)
install-%: % %.1
install -d "$(target)$(bindir)"
install -d "$(target)$(mandir)/man1"
+ strip $<
install $< "$(target)$(bindir)"
install -m644 $<.1 "$(target)$(mandir)/man1"
install-bin2ecm: bin2ecm bin2ecm.1
install -d "$(target)$(bindir)"
install -d "$(target)$(mandir)/man1"
+ strip bin2ecm
install bin2ecm "$(target)$(bindir)"
install -m644 bin2ecm.1 "$(target)$(mandir)/man1"
ln -s bin2ecm "$(target)$(bindir)/ecm2bin"

View File

@ -0,0 +1,27 @@
bin/bin2ecm
bin/bincomp
bin/brrrip
bin/byteshuf
bin/cdpatch
bin/ecm2bin
bin/fakecrc
bin/hax65816
bin/pecompat
bin/rels
bin/screamf
bin/uips
bin/vb2rip
bin/wordadd
share/man/man1/bin2ecm.1.gz
share/man/man1/bincomp.1.gz
share/man/man1/brrrip.1.gz
share/man/man1/byteshuf.1.gz
share/man/man1/cdpatch.1.gz
share/man/man1/fakecrc.1.gz
share/man/man1/hax65816.1.gz
share/man/man1/pecompat.1.gz
share/man/man1/rels.1.gz
share/man/man1/screamf.1.gz
share/man/man1/uips.1.gz
share/man/man1/vb2rip.1.gz
share/man/man1/wordadd.1.gz