diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-15 23:01:12 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-15 23:01:12 +0000 |
commit | 7a6f177fc496d7c1f42edd0074c446b78af211f8 (patch) | |
tree | c830f51bfd31a5fffde7248129c6d2c1b0d5ecc0 /textproc/dixit/Makefile | |
parent | 35fc0a2af42b44966eaec5b7b1b72f7aed7bcf3e (diff) |
Notes
Diffstat (limited to 'textproc/dixit/Makefile')
-rw-r--r-- | textproc/dixit/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/dixit/Makefile b/textproc/dixit/Makefile index 4353e726d3aa..bbd8e05effa6 100644 --- a/textproc/dixit/Makefile +++ b/textproc/dixit/Makefile @@ -3,9 +3,12 @@ PORTNAME= dixit PORTVERSION= 11.11 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ - SF/${PORTNAME}/${PORTNAME}_qdb:db + SF/${PORTNAME}/${PORTNAME}_qdb:db \ + LOCAL/bdrewery/${PORTNAME}/ \ + LOCAL/bdrewery/${PORTNAME}:db DISTFILES= ${PORTNAME}-${PORTVERSION}.${QT_VER}.tgz \ ${_DB_D}:db EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.${QT_VER}.tgz |