diff options
author | John Marino <marino@FreeBSD.org> | 2015-04-09 10:32:33 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-04-09 10:32:33 +0000 |
commit | db7c7144afef9ccf1c56a3c27754418a5a957d84 (patch) | |
tree | e0feeffcaa8694265e4a63e52b1d080df6198762 /audio/freealut | |
parent | - Fix build with base gcc on 8.x and 9.x, remove USE_GCC (diff) |
audio/freealut: Use DEBIAN_POOL instead of ${MASTER_SITE_DEBIAN_POOL}
Suggested by: mat
Notes
Notes:
svn path=/head/; revision=383632
Diffstat (limited to 'audio/freealut')
-rw-r--r-- | audio/freealut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile index 4f6daaea8ba8..fb18ffc8f3cc 100644 --- a/audio/freealut/Makefile +++ b/audio/freealut/Makefile @@ -5,7 +5,7 @@ PORTNAME= freealut PORTVERSION= 1.1.0 PORTREVISION= 4 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} +MASTER_SITES= DEBIAN_POOL DISTNAME= freealut_${PORTVERSION}.orig MAINTAINER= oliver@FreeBSD.org |