diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-31 00:45:21 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-31 00:45:21 +0000 |
commit | 7cdbed4700144ee0efa8652f2db2f992c5dfb132 (patch) | |
tree | 5cc65e12cc76486ddf8c107c22dad40067afefbf /mail/roundcube-sauserprefs | |
parent | e5142e9cfd3f78d9d1ffe1aae3947fce3a567ed3 (diff) | |
download | ports-7cdbed4700144ee0efa8652f2db2f992c5dfb132.tar.gz ports-7cdbed4700144ee0efa8652f2db2f992c5dfb132.zip |
Notes
Diffstat (limited to 'mail/roundcube-sauserprefs')
-rw-r--r-- | mail/roundcube-sauserprefs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/roundcube-sauserprefs/Makefile b/mail/roundcube-sauserprefs/Makefile index 0df5b79fb512..adf2f00fca3b 100644 --- a/mail/roundcube-sauserprefs/Makefile +++ b/mail/roundcube-sauserprefs/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= sauserprefs -PORTVERSION= 1.10 # PLEASE MIRROR DISTFILE WITH A VERSION +PORTVERSION= 1.10 # PLEASE MIRROR DISTFILE WITH VERSIONED DIR CATEGORIES= mail -MASTER_SITES= http://www.tehinterweb.co.uk/roundcube/plugins/ +MASTER_SITES= http://www.tehinterweb.co.uk/roundcube/plugins/ \ + LOCAL/bdrewery/${PORTNAME}/${PORTVERSION}/ PKGNAMEPREFIX= roundcube- DISTNAME= ${PORTNAME} |