diff options
author | barner <barner@FreeBSD.org> | 2006-01-31 22:25:51 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2006-01-31 22:25:51 +0800 |
commit | 9ca68954ba3dd6a86132b9de1716aeda28e98acb (patch) | |
tree | 1bd3378bbb8f87aba2a54ce67cc3c3f1621e9dc2 /deskutils/ksmoothdock/Makefile | |
parent | 463949c4970faecf84cf3ce177c6e3f29fc6fd9b (diff) | |
download | freebsd-ports-gnome-9ca68954ba3dd6a86132b9de1716aeda28e98acb.tar.gz freebsd-ports-gnome-9ca68954ba3dd6a86132b9de1716aeda28e98acb.tar.zst freebsd-ports-gnome-9ca68954ba3dd6a86132b9de1716aeda28e98acb.zip |
- Update to 3.6.1
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
PR: ports/92232
Diffstat (limited to 'deskutils/ksmoothdock/Makefile')
-rw-r--r-- | deskutils/ksmoothdock/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/ksmoothdock/Makefile b/deskutils/ksmoothdock/Makefile index 7302efeff46e..08a81c5dd069 100644 --- a/deskutils/ksmoothdock/Makefile +++ b/deskutils/ksmoothdock/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ksmoothdock -PORTVERSION= 3.5.1 -PORTREVISION= 1 +PORTVERSION= 3.6.1 CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,4 +18,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_KDELIBS_VER=3 +WRKSRC= ${WRKDIR}/${PORTNAME} + .include <bsd.port.mk> |