Index: head/archivers/cmdpack/files/patch-Makefile =================================================================== --- head/archivers/cmdpack/files/patch-Makefile (nonexistent) +++ head/archivers/cmdpack/files/patch-Makefile (revision 560303) @@ -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" Property changes on: head/archivers/cmdpack/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/archivers/cmdpack/pkg-plist =================================================================== --- head/archivers/cmdpack/pkg-plist (nonexistent) +++ head/archivers/cmdpack/pkg-plist (revision 560303) @@ -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 Property changes on: head/archivers/cmdpack/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property