summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2015-03-04 05:53:52 +0000
committersnj <snj@pkgsrc.org>2015-03-04 05:53:52 +0000
commit21d3ac93c210c3431a757a26dea8301a85113cba (patch)
treefd1656d2647ee2a992e4de617d9eaf1c2f8e08ce /emulators
parentd852ac52e8089eed0e4e81451202e5ff4aa5d5f1 (diff)
downloadpkgsrc-21d3ac93c210c3431a757a26dea8301a85113cba.tar.gz
also install ecm as unecm, since the binary behaves differently if invoked
under that name. bump PKGREVISION to 1.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/cmdpack/Makefile6
-rw-r--r--emulators/cmdpack/PLIST3
2 files changed, 6 insertions, 3 deletions
diff --git a/emulators/cmdpack/Makefile b/emulators/cmdpack/Makefile
index f0b0019fb33..8dcffb7e44d 100644
--- a/emulators/cmdpack/Makefile
+++ b/emulators/cmdpack/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2014/02/24 12:29:18 wiedi Exp $
+# $NetBSD: Makefile,v 1.5 2015/03/04 05:53:52 snj Exp $
#
DISTNAME= cmdpack-1.03-src
PKGNAME= ${DISTNAME:S/-src//}
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.neillcorlett.com/downloads/
@@ -19,10 +20,11 @@ do-build:
for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point pecompat rels screamf subfile uips usfv vb2rip wordadd zerofill; do \
${CC} -o $$file $$file.c; \
done
+ ${LN} ${WRKSRC}/src/ecm ${WRKSRC}/src/unecm
do-install:
cd ${WRKSRC}/src && \
- for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point pecompat rels screamf subfile uips usfv vb2rip wordadd zerofill; do \
+ for file in bin2iso bincomp brrrip byteshuf byteswap cdpatch ecm fakecrc hax65816 id3point pecompat rels screamf subfile uips unecm usfv vb2rip wordadd zerofill; do \
${INSTALL_PROGRAM} $$file ${DESTDIR}${PREFIX}/bin; \
done
${INSTALL_DATA} ${WRKSRC}/doc/cmdpack.txt ${DESTDIR}${PREFIX}/share/doc/cmdpack
diff --git a/emulators/cmdpack/PLIST b/emulators/cmdpack/PLIST
index 6602e6552c9..016826b0352 100644
--- a/emulators/cmdpack/PLIST
+++ b/emulators/cmdpack/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2012/04/15 15:46:53 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2015/03/04 05:53:52 snj Exp $
bin/bin2iso
bin/bincomp
bin/brrrip
@@ -14,6 +14,7 @@ bin/rels
bin/screamf
bin/subfile
bin/uips
+bin/unecm
bin/usfv
bin/vb2rip
bin/wordadd