diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-14 00:55:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-14 00:55:04 +0800 |
commit | 931bde7f43b1b88699c1e5a1c6956ea009e3ba54 (patch) | |
tree | cc8f7d3282a346a0537453b455b9c773d61906fe /audio | |
parent | cb7ae9a4ac22eeebf2c672477fd7a45aeb5ab366 (diff) | |
download | freebsd-ports-gnome-931bde7f43b1b88699c1e5a1c6956ea009e3ba54.tar.gz freebsd-ports-gnome-931bde7f43b1b88699c1e5a1c6956ea009e3ba54.tar.zst freebsd-ports-gnome-931bde7f43b1b88699c1e5a1c6956ea009e3ba54.zip |
Use DISTVERSIONSUFFIX instead of DISTNAME
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libaiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libaiff/Makefile b/audio/libaiff/Makefile index a74b1201f1a1..e66320731df6 100644 --- a/audio/libaiff/Makefile +++ b/audio/libaiff/Makefile @@ -3,9 +3,9 @@ PORTNAME= libaiff PORTVERSION= 5.0 +DISTVERSIONSUFFIX= -release CATEGORIES= audio MASTER_SITES= SF/aifftools/${PORTNAME}/LibAiff%20${PORTVERSION} -DISTNAME= libaiff-5.0-release MAINTAINER= ports@FreeBSD.org COMMENT= Read and write AIFF files |