diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2011-09-12 22:07:54 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2011-09-12 22:07:54 +0000 |
commit | f40066852d145ff0d8e35e4655acc3b8b85f0b71 (patch) | |
tree | fed6b181de31d5174f86e3c3658b561070a7d3bb /deskutils/epoch/Makefile | |
parent | 92323c3b39f9c8dbbe0c5bd037fd802a4f7af6cd (diff) |
Notes
Diffstat (limited to 'deskutils/epoch/Makefile')
-rw-r--r-- | deskutils/epoch/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/epoch/Makefile b/deskutils/epoch/Makefile index 9f17fff3c18d..7d4796b49d30 100644 --- a/deskutils/epoch/Makefile +++ b/deskutils/epoch/Makefile @@ -6,10 +6,10 @@ # PORTNAME= epoch -PORTVERSION= 1.4 +PORTVERSION= 1.6 CATEGORIES= deskutils MASTER_SITES= GOOGLE_CODE -DISTNAME= Epoch${PORTVERSION} +DISTNAME= ${PORTNAME}${PORTVERSION}src MAINTAINER= g.veniamin@googlemail.com COMMENT= Epoch is small and handy timeline application @@ -23,7 +23,7 @@ QT_COMPONENTS= gui qmake_build moc_build rcc_build PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}.png -WRKSRC= ${WRKDIR}/${DISTNAME}/src +WRKSRC= ${WRKDIR} DESKTOP_ENTRIES="Epoch" "Timeline application" \ "${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \ |