diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-31 00:46:47 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-31 00:46:47 +0000 |
commit | 016df72d056589341d42f69df6e9344f7b35d7fd (patch) | |
tree | ada5734cd01b8405e5c2a871ff7d66b1a43201e0 /mail/roundcube-contextmenu | |
parent | 7cdbed4700144ee0efa8652f2db2f992c5dfb132 (diff) | |
download | ports-016df72d056589341d42f69df6e9344f7b35d7fd.tar.gz ports-016df72d056589341d42f69df6e9344f7b35d7fd.zip |
Notes
Diffstat (limited to 'mail/roundcube-contextmenu')
-rw-r--r-- | mail/roundcube-contextmenu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/roundcube-contextmenu/Makefile b/mail/roundcube-contextmenu/Makefile index a7ec36ed3e1a..cb957d4ae8bf 100644 --- a/mail/roundcube-contextmenu/Makefile +++ b/mail/roundcube-contextmenu/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= contextmenu -PORTVERSION= 1.10 +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} |