aboutsummaryrefslogtreecommitdiffstats
path: root/finance/opentaxsolver/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2008-01-27 06:28:04 +0800
committerdelphij <delphij@FreeBSD.org>2008-01-27 06:28:04 +0800
commit6a95a949dbe98de1cfd84bac2d761064970ddd76 (patch)
tree1d04dec9b1461c96169cdc2d0ccaa121c3615f98 /finance/opentaxsolver/Makefile
parent0ad90b7d4679917790ca2c124033db73b3b4b91e (diff)
downloadfreebsd-ports-gnome-6a95a949dbe98de1cfd84bac2d761064970ddd76.tar.gz
freebsd-ports-gnome-6a95a949dbe98de1cfd84bac2d761064970ddd76.tar.zst
freebsd-ports-gnome-6a95a949dbe98de1cfd84bac2d761064970ddd76.zip
Update to 4.07.
Submitted by: maintainer
Diffstat (limited to 'finance/opentaxsolver/Makefile')
-rw-r--r--finance/opentaxsolver/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/finance/opentaxsolver/Makefile b/finance/opentaxsolver/Makefile
index 0c570f294c4b..0286dc61ac77 100644
--- a/finance/opentaxsolver/Makefile
+++ b/finance/opentaxsolver/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ${UPPORTNAME:L}
-PORTVERSION= 4.01
-PORTREVISION= 1
+PORTVERSION= 4.07
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= opentaxsolver
@@ -26,6 +25,11 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|' \
${WRKSRC}/src/GUI/Makefile.linux
+# 4.07 distfile has pre-built (linux) binaries we must whack.
+pre-build:
+ @(cd ${BUILD_WRKSRC}/src && make -f Makefile.unix clean && \
+ cd GUI && make -f Makefile.linux clean)
+
do-build:
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \
./Build_taxsolve_packages_LINUX.sh)