diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2008-04-19 19:32:57 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2008-04-19 19:32:57 +0000 |
commit | d895620315b455a8719d3f4117632aec300583ee (patch) | |
tree | 4fd2ab000c6ef7418e059cbe5162bc2e015f768c /archivers | |
parent | 2834d51011564319fe4920c466c71372d6e41515 (diff) | |
download | ports-d895620315b455a8719d3f4117632aec300583ee.tar.gz ports-d895620315b455a8719d3f4117632aec300583ee.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/par2cmdline/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/archivers/par2cmdline/Makefile b/archivers/par2cmdline/Makefile index da32ba91aa91..fcd8fd838cd1 100644 --- a/archivers/par2cmdline/Makefile +++ b/archivers/par2cmdline/Makefile @@ -7,27 +7,22 @@ PORTNAME= par2cmdline PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= parchive DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= jonathan@kc8onw.net +MAINTAINER= ganael.laplanche@martymac.com COMMENT= Tools for using Parity v2 Archive files -WRKSRC= ${WRKDIR}/${DISTNAME} - GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PORTDOCS= README +CONFLICTS= par2cmdline-tbb-[0-9]* PLIST_FILES= bin/par2 bin/par2create bin/par2repair bin/par2verify -post-patch: - @${REINPLACE_CMD} -e 's| -lstdc++||g' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|#define PACKED __attribute__ ((packed))|#define PACKED|' ${WRKSRC}/par1fileformat.h - @${REINPLACE_CMD} -e 's|#define PACKED __attribute__ ((packed))|#define PACKED|' ${WRKSRC}/par2fileformat.h - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |