diff options
-rw-r--r-- | misc/cuetools/Makefile | 24 | ||||
-rw-r--r-- | misc/cuetools/PLIST | 10 | ||||
-rw-r--r-- | misc/cuetools/distinfo | 6 |
3 files changed, 20 insertions, 20 deletions
diff --git a/misc/cuetools/Makefile b/misc/cuetools/Makefile index 31ecc6aea2f..67bc971c1f8 100644 --- a/misc/cuetools/Makefile +++ b/misc/cuetools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/10 09:47:56 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/05/07 11:27:16 jmmv Exp $ # -DISTNAME= cuetools-0.4 +DISTNAME= cuetools-0.6 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cuetools/} @@ -12,20 +12,20 @@ COMMENT= Set of utilities to manipulate cue and toc files PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make -INSTALLATION_DIRS= bin +INSTALLATION_DIRS= bin man/man1 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cuebreakpoints ${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/cueconvert ${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/cuerename ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/src/cueconvert ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/src/cuerename ${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/man/cueconvert.1 ${PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/man/cuerename.1 ${PREFIX}/man/man1 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cuetools/ - ${INSTALL_DATA} ${WRKSRC}/EXAMPLE.useage \ - ${PREFIX}/share/doc/cuetools/usage - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cuetools/ - ${INSTALL_DATA} ${WRKSRC}/README.formats ${PREFIX}/share/doc/cuetools/ + ${INSTALL_DATA} ${WRKSRC}/doc/formats ${PREFIX}/share/doc/cuetools/ + ${INSTALL_DATA} ${WRKSRC}/doc/useage ${PREFIX}/share/doc/cuetools/usage ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cuetools/ - ${INSTALL_DATA} ${WRKSRC}/EXAMPLE.cuerenamerc \ - ${PREFIX}/share/examples/cuetools/cuerenamerc + ${INSTALL_DATA} ${WRKSRC}/doc/cuerename \ + ${PREFIX}/share/examples/cuetools/cuerename .include "../../mk/bsd.pkg.mk" diff --git a/misc/cuetools/PLIST b/misc/cuetools/PLIST index ecec9a5a888..56d36099b21 100644 --- a/misc/cuetools/PLIST +++ b/misc/cuetools/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/10 09:47:56 jmmv Exp $ -bin/cuebreakpoints +@comment $NetBSD: PLIST,v 1.2 2004/05/07 11:27:16 jmmv Exp $ bin/cueconvert bin/cuerename -share/doc/cuetools/README -share/doc/cuetools/README.formats +man/man1/cueconvert.1 +man/man1/cuerename.1 +share/doc/cuetools/formats share/doc/cuetools/usage -share/examples/cuetools/cuerenamerc +share/examples/cuetools/cuerename @dirrm share/examples/cuetools @dirrm share/doc/cuetools diff --git a/misc/cuetools/distinfo b/misc/cuetools/distinfo index 2c0b4f52993..5d0b7bf7668 100644 --- a/misc/cuetools/distinfo +++ b/misc/cuetools/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/01/10 09:47:56 jmmv Exp $ +$NetBSD: distinfo,v 1.2 2004/05/07 11:27:16 jmmv Exp $ -SHA1 (cuetools-0.4.tar.gz) = 87dc4948dfa2c22a1514d7de5fd9199e7877d5ac -Size (cuetools-0.4.tar.gz) = 19762 bytes +SHA1 (cuetools-0.6.tar.gz) = eb3de104796bc19d898f91daa87052651f574f56 +Size (cuetools-0.6.tar.gz) = 21583 bytes |