diff options
author | mat <mat@FreeBSD.org> | 2015-05-12 02:34:57 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-12 02:34:57 +0800 |
commit | d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389 (patch) | |
tree | 634e1ef4990207301493f26b46d80abe56b9f2b3 /polish | |
parent | 925f5606448b4e40652ba0a13bfb8cd44c8aac89 (diff) | |
download | freebsd-ports-graphics-d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389.tar.gz freebsd-ports-graphics-d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389.tar.zst freebsd-ports-graphics-d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389.zip |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'polish')
-rw-r--r-- | polish/kadu/Makefile | 4 | ||||
-rw-r--r-- | polish/qnapi/Makefile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 210c0b660ad..4f0f4a97948 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -9,9 +9,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \ GOOGLE_CODE:kadu \ http://download.kadu.im/stable/:kadu \ http://download.kadu.im/additions/:additions -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:kadu +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:kadu DIST_SUBDIR= kadu -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= pawel@FreeBSD.org COMMENT= Internet communicator supporting Gadu-Gadu and Jabber/XMPP diff --git a/polish/qnapi/Makefile b/polish/qnapi/Makefile index 85c964d9355..9c02654e52c 100644 --- a/polish/qnapi/Makefile +++ b/polish/qnapi/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= qnapi -PORTVERSION= 0.1.6.r2 +DISTVERSION= 0.1.6-rc2 PORTREVISION= 1 CATEGORIES= polish multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ -DISTNAME= ${PORTNAME}-${PORTVERSION:R}-rc2 MAINTAINER= pawel@FreeBSD.org COMMENT= Qt4 based subtitle downloader |