diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 18:34:57 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 18:34:57 +0000 |
commit | 88bfe4bd43787219ab4de75bd68c490c98776dfc (patch) | |
tree | 634e1ef4990207301493f26b46d80abe56b9f2b3 /textproc/dixit/Makefile | |
parent | 9e8bfe9c71187ea60ac9f3a55c0c7bde80d76033 (diff) |
Notes
Diffstat (limited to 'textproc/dixit/Makefile')
-rw-r--r-- | textproc/dixit/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/dixit/Makefile b/textproc/dixit/Makefile index d36b52884e4d..07e18869b68d 100644 --- a/textproc/dixit/Makefile +++ b/textproc/dixit/Makefile @@ -3,23 +3,22 @@ PORTNAME= dixit PORTVERSION= 11.11 +DISTVERSIONSUFFIX= .${QT_VER} PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ SF/${PORTNAME}/${PORTNAME}_qdb:db \ LOCAL/bdrewery/${PORTNAME}/ \ LOCAL/bdrewery/${PORTNAME}:db -DISTFILES= ${PORTNAME}-${PORTVERSION}.${QT_VER}.tgz \ +DISTFILES= ${DISTNAME}.tgz \ ${_DB_D}:db -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.${QT_VER}.tgz +EXTRACT_ONLY= ${DISTNAME}.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Romanian dictionaries databases and query application LICENSE= GPLv3 # (or later) -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.${QT_VER} - USES= qmake USE_QT4= corelib gui network moc_build rcc_build LDFLAGS+= -lz |