aboutsummaryrefslogtreecommitdiff
path: root/ftp/scythia
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-01-22 23:13:41 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-01-22 23:13:41 +0000
commit826aae24a51502c0b589f8706d66dacd44360ba4 (patch)
tree4f502ec8b8931d4f8855fe1835f95943aa2bb9fb /ftp/scythia
parentd321be23d6e2a66c4562f15d56ed61acb7db28a2 (diff)
downloadports-826aae24a51502c0b589f8706d66dacd44360ba4.tar.gz
ports-826aae24a51502c0b589f8706d66dacd44360ba4.zip
Notes
Diffstat (limited to 'ftp/scythia')
-rw-r--r--ftp/scythia/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ftp/scythia/Makefile b/ftp/scythia/Makefile
index 8c6a69c54af8..56c1e40aa9b6 100644
--- a/ftp/scythia/Makefile
+++ b/ftp/scythia/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://scythia.free.fr/wp-content/ \
DISTNAME= ${PORTNAME}_${PORTVERSION}-2-src
MAINTAINER= dhn@FreeBSD.org
-COMMENT= A small ftp client unpretentious based on QT4
+COMMENT= Small ftp client unpretentious based on Qt4
USE_QT4= gui network corelib qmake_build uic_build moc_build rcc_build
INSTALLS_ICONS= yes
@@ -26,10 +26,10 @@ INSTALL_TARGET=install_lang install_icon install_icon2 install_target
.endif
DESKTOP_ENTRIES= "Scythia" \
- "A small ftp client unpretentious" \
+ "Small ftp client unpretentious" \
"scythia" \
"scythia" \
- "Application;Network;" \
+ "Network;FileTransfer;Qt;" \
"false"
post-patch:
@@ -41,6 +41,6 @@ post-patch:
pre-build:
@cd ${BUILD_WRKSRC} && \
- ${SETENV} ${MAKE_ENV} ${QMAKE} -unix PREFIX=${PREFIX} scythia.pro
+ ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} scythia.pro
.include <bsd.port.mk>