diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-18 14:23:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-18 14:23:35 +0000 |
commit | b4f561b510fc21277acdec4ab4f15e6d8938cbef (patch) | |
tree | 01424b51c77fe240eedfe467afc447c0a08b81cc /sysutils/dar/Makefile | |
parent | 9a12664bd766bbe25dc628d95955dccda7d3cb6a (diff) |
Notes
Diffstat (limited to 'sysutils/dar/Makefile')
-rw-r--r-- | sysutils/dar/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index 6bc3d5253edf..27ebf9f86934 100644 --- a/sysutils/dar/Makefile +++ b/sysutils/dar/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dar -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.3 CATEGORIES= sysutils archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} @@ -27,7 +27,6 @@ MAN1= dar.1 dar_cp.1 dar_manager.1 dar_slave.1 dar_xform.1 .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-libdar-integers.hpp CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--with-libintl-prefix=${PREFIX} @@ -37,10 +36,6 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -post-patch: - @${REINPLACE_CMD} -Ee 's,(_nl_expand_alias) \(0\),\1 (),g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |