diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:39:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:39:37 +0000 |
commit | d99dd57e8914358fbac01603f77e98307b8060ce (patch) | |
tree | 04bcce22406a985d12ee47ca354e918b4326fd32 /x11-drivers | |
parent | 7a0548af2a592814b21d4ada5d2e203b5eb59ea3 (diff) |
- Switch SourceForge ports to the new File Release System: categories starting with X
Notes
Notes:
svn path=/head/; revision=240078
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/input-wacom/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-drivers/input-wacom/Makefile b/x11-drivers/input-wacom/Makefile index a95c7e5d723a..2232153b633c 100644 --- a/x11-drivers/input-wacom/Makefile +++ b/x11-drivers/input-wacom/Makefile @@ -9,11 +9,10 @@ PORTNAME= input-wacom PORTVERSION= ${KLD_VERSION}.${WACOM_VERSION:C/-/./g} PORTREVISION= 3 CATEGORIES= x11-drivers kld -MASTER_SITES= http://www.chillt.de/bsdwacom/ \ - SF -MASTER_SITE_SUBDIR= linuxwacom -DISTFILES= ${BSDWACOM}.tbz \ - ${LINUXWACOM}.tar.bz2 +MASTER_SITES= http://www.chillt.de/bsdwacom/:bsdwacom \ + SF/linuxwacom/linuxwacom/${WACOM_VERSION}:linuxwacom +DISTFILES= ${BSDWACOM}.tbz:bsdwacom \ + ${LINUXWACOM}.tar.bz2:linuxwacom EXTRACT_ONLY= ${BSDWACOM}.tbz MAINTAINER= kamikaze@bsdforen.de |