aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2013-03-23 14:09:53 +0800
committeracm <acm@FreeBSD.org>2013-03-23 14:09:53 +0800
commita70725c55ec0a6b12dbd25863450b8fdbbf523f6 (patch)
treeb468899439fbb1c27a124ec66ec2af0a02d5d095 /x11-fm
parent904e5fefb6e4e36f592f0b56d27316e762514182 (diff)
downloadfreebsd-ports-graphics-a70725c55ec0a6b12dbd25863450b8fdbbf523f6.tar.gz
freebsd-ports-graphics-a70725c55ec0a6b12dbd25863450b8fdbbf523f6.tar.zst
freebsd-ports-graphics-a70725c55ec0a6b12dbd25863450b8fdbbf523f6.zip
- Bump PORTREVISION. Lazarus RAD has been updated to 1.0.8
Diffstat (limited to 'x11-fm')
-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 eee2850c404..16c47829561 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 && \