svn commit: r309679 - head/x11-fm/doublecmd
Pawel Pekala
pawel at FreeBSD.org
Sun Dec 30 16:46:11 UTC 2012
Author: pawel
Date: Sun Dec 30 16:46:10 2012
New Revision: 309679
URL: http://svnweb.freebsd.org/changeset/ports/309679
Log:
- Fix build [1]
- Remove leading article from COMMENT
PR: ports/174554 [1]
Submitted by: Gonzalez Etxepare <bbtruk at users.sourceforge.net> (maintainer)
Modified:
head/x11-fm/doublecmd/Makefile
Modified: head/x11-fm/doublecmd/Makefile
==============================================================================
--- head/x11-fm/doublecmd/Makefile Sun Dec 30 16:35:14 2012 (r309678)
+++ head/x11-fm/doublecmd/Makefile Sun Dec 30 16:46:10 2012 (r309679)
@@ -1,4 +1,4 @@
-# Created by: Beñat Gonzalez Etxepare <bbtruk at users.sourceforge.net>
+# Created by: Beñat Gonzalez Etxepare <bbtruk at users.sourceforge.net>
# $FreeBSD$
PORTNAME= doublecmd
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
DISTFILES= ${PORTNAME}-${PORTVERSION}-src.tar.gz ${PORTNAME}-help-0.5.1-src.tar.gz
MAINTAINER= bbtruk at users.sourceforge.net
-COMMENT= A Total Commander like file manager for the X Window System
+COMMENT= Total Commander like file manager for the X Window System
BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \
fpcres:${PORTSDIR}/lang/fpc-utils
@@ -70,8 +70,7 @@ post-patch:
do-build:
@cd ${WRKSRC}/components && \
- ${FIND} * -name *.lpk -exec ${LAZBUILD_CMD} --ws=${LCL_PLATFORM} "{}" \;
- --lazarusdir=${LAZARUS_DIR}
+ ${FIND} * -name *.lpk -exec ${LAZBUILD_CMD} --lazarusdir=${LAZARUS_DIR} --ws=${LCL_PLATFORM} "{}" \;
@cd ${WRKSRC} && \
${LAZBUILD_CMD} --ws=${LCL_PLATFORM} --bm="${BUILD_MODE}" --lazarusdir=${LAZARUS_DIR} ${PROJECT_FILE}
More information about the svn-ports-head
mailing list