diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:34:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:34:42 +0000 |
commit | 7de019308714a4657174fe4596e39045f6e8e95c (patch) | |
tree | 1bd3f3447c4573b27260f7942ba5578c20782f40 /polish/qfaktury | |
parent | 67fb05f90ea60bd4172bfe9a7a682d7cd5066a76 (diff) | |
download | ports-7de019308714a4657174fe4596e39045f6e8e95c.tar.gz ports-7de019308714a4657174fe4596e39045f6e8e95c.zip |
Notes
Diffstat (limited to 'polish/qfaktury')
-rw-r--r-- | polish/qfaktury/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/polish/qfaktury/Makefile b/polish/qfaktury/Makefile index c0224a130619..5aef6716b13c 100644 --- a/polish/qfaktury/Makefile +++ b/polish/qfaktury/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qfaktury -# Date created: 2009-04-20 -# Whom: Piotr Rybicki (meritus@innervision.pl) -# +# Created by: Piotr Rybicki (meritus@innervision.pl) # $FreeBSD$ -# PORTNAME= qfaktury PORTVERSION= 0.6.2 @@ -18,6 +14,7 @@ USE_QT4= qmake_build uic_build moc_build rcc_build corelib gui xml qt3support PORTDOCS= ChangeLog.txt ReadMe.txt ReleaseNotes.txt TODO.txt +NO_STAGE= yes post-patch: @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|g' qfaktury.pro \ QFaktury.desktop |