diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-05 08:37:09 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-05 08:37:09 +0000 |
commit | a894cdbec42be95d08f9f1481dbf4c61e239abc0 (patch) | |
tree | 7f2926f6de918386429c105b7005a19927da37ed /graphics/engauge-digitizer/Makefile | |
parent | 0236c7a917df06a577b3aa279f71c9da1d1b3c14 (diff) | |
download | ports-a894cdbec42be95d08f9f1481dbf4c61e239abc0.tar.gz ports-a894cdbec42be95d08f9f1481dbf4c61e239abc0.zip |
graphics/engauge-digitizer: Update 10.7.6.2 -> 10.8
Reported by: portscout
Notes
Notes:
svn path=/head/; revision=473953
Diffstat (limited to 'graphics/engauge-digitizer/Makefile')
-rw-r--r-- | graphics/engauge-digitizer/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/engauge-digitizer/Makefile b/graphics/engauge-digitizer/Makefile index efda8ed9b847..d5905b5574ae 100644 --- a/graphics/engauge-digitizer/Makefile +++ b/graphics/engauge-digitizer/Makefile @@ -2,9 +2,7 @@ PORTNAME= engauge-digitizer DISTVERSIONPREFIX= v -DISTVERSION= 10.7.6-2 -DISTVERSIONSUFFIX= -g7ce911c2 -PORTREVISION= 1 +DISTVERSION= 10.8 CATEGORIES= graphics math science MAINTAINER= yuri@FreeBSD.org @@ -39,7 +37,7 @@ post-build-NLS-on: @cd ${WRKSRC} && lrelease engauge.pro post-build-DOCS-on: - @cd ${WRKSRC}/help && ./build + @cd ${WRKSRC}/help && ./build.bash do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/engauge ${STAGEDIR}${PREFIX}/bin |