aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2013-03-23 06:09:53 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2013-03-23 06:09:53 +0000
commit99524d4590d3d6b842306a375cd91c3beb2c871d (patch)
treeb468899439fbb1c27a124ec66ec2af0a02d5d095
parenta1e426a32ee184f88811956bbb08d64febc087d1 (diff)
downloadports-99524d4590d3d6b842306a375cd91c3beb2c871d.tar.gz
ports-99524d4590d3d6b842306a375cd91c3beb2c871d.zip
Notes
-rw-r--r--x11-fm/doublecmd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile
index eee2850c404c..16c478295610 100644
--- a/x11-fm/doublecmd/Makefile
+++ b/x11-fm/doublecmd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= doublecmd
PORTVERSION= 0.5.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}/Double%20Commander%20Source
@@ -67,6 +67,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' -e 's|%%DATADIR%%|${DATADIR}|g' \
${WRKSRC}/src/uGlobsPaths.pas
@${REINPLACE_CMD} -e 's|.GetSize|.Size|g' ${WRKSRC}/src/platform/uClipboard.pas
+ @${REINPLACE_CMD} -e '176d' ${WRKSRC}/src/uxmlconfig.pas
do-build:
@cd ${WRKSRC}/components && \