diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-26 11:39:08 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-26 11:39:08 +0000 |
commit | 302a490316fa6a5c3852bf6ccb99dc3b6405ea20 (patch) | |
tree | a03120f9364cdb5119a6227cdd74382821336b84 /audio/libcoverart | |
parent | c74a310db691b158c3b546e88925bcb5e5111548 (diff) | |
download | ports-302a490316fa6a5c3852bf6ccb99dc3b6405ea20.tar.gz ports-302a490316fa6a5c3852bf6ccb99dc3b6405ea20.zip |
Notes
Diffstat (limited to 'audio/libcoverart')
-rw-r--r-- | audio/libcoverart/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libcoverart/Makefile b/audio/libcoverart/Makefile index 700a5bdadc07..7ae9757b1633 100644 --- a/audio/libcoverart/Makefile +++ b/audio/libcoverart/Makefile @@ -2,6 +2,7 @@ PORTNAME= libcoverart PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://cloud.github.com/downloads/metabrainz/${PORTNAME}/ @@ -17,7 +18,6 @@ USES= cmake NO_STAGE= yes USE_LDCONFIG= yes - # {PROJECT_VERSION} is not a variable nor a typo, just part of the directory name WRKSRC= ${WRKDIR}/${PORTNAME}-{PROJECT_VERSION} |