svn commit: r560303 - in head/archivers/cmdpack: . files

Emanuel Haupt ehaupt at FreeBSD.org
Mon Jan 4 15:42:38 UTC 2021


Author: ehaupt
Date: Mon Jan  4 15:42:37 2021
New Revision: 560303
URL: https://svnweb.freebsd.org/changeset/ports/560303

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

Added:
  head/archivers/cmdpack/files/
  head/archivers/cmdpack/files/patch-Makefile   (contents, props changed)
  head/archivers/cmdpack/pkg-plist   (contents, props changed)

Added: head/archivers/cmdpack/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/cmdpack/files/patch-Makefile	Mon Jan  4 15:42:37 2021	(r560303)
@@ -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"

Added: head/archivers/cmdpack/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/cmdpack/pkg-plist	Mon Jan  4 15:42:37 2021	(r560303)
@@ -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


More information about the svn-ports-all mailing list