summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-04-02 17:26:59 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-04-02 17:26:59 +0000
commit0030e24718f4dcdb7669207f04e00e67f085d4c1 (patch)
tree069a15ce2fc2159211bb09b7951d76718b2d9b60 /audio
parent- Remove pkg-[de]install scripts and remove all chrome registering from (diff)
- Update to 1.3
PR: 79459 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=132222
Diffstat (limited to 'audio')
-rw-r--r--audio/cuetools/Makefile12
-rw-r--r--audio/cuetools/distinfo4
2 files changed, 8 insertions, 8 deletions
diff --git a/audio/cuetools/Makefile b/audio/cuetools/Makefile
index 5176ed495e0e..3117ecd4a0d6 100644
--- a/audio/cuetools/Makefile
+++ b/audio/cuetools/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cuetools
-PORTVERSION= 1.2
+PORTVERSION= 1.3
CATEGORIES= audio
MASTER_SITES= http://download.berlios.de/cuetools/
@@ -14,19 +14,19 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A set of utilities for working with cue files and toc files
USE_REINPLACE= yes
+USE_GETOPT_LONG= yes
USE_GMAKE= yes
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" \
- INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
- INSTALL_DATA="${INSTALL_DATA}"
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= cuebreakpoints.1 cueconvert.1 cueprint.1
-PORTDOCS= README.txt
+PORTDOCS= README
PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cueprint
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/audio/cuetools/distinfo b/audio/cuetools/distinfo
index cbfc0cfc51d0..3a8432a5d003 100644
--- a/audio/cuetools/distinfo
+++ b/audio/cuetools/distinfo
@@ -1,2 +1,2 @@
-MD5 (cuetools-1.2.tar.gz) = 23fb850b2c65a9b44df42434ae01d50f
-SIZE (cuetools-1.2.tar.gz) = 28337
+MD5 (cuetools-1.3.tar.gz) = 4702b688b78945c08518884aa86cdeb0
+SIZE (cuetools-1.3.tar.gz) = 166057