diff options
author | dougb <dougb@FreeBSD.org> | 2011-05-03 09:26:37 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-05-03 09:26:37 +0800 |
commit | 8881c9ee4df0d21713d2588f514a549a65f296ba (patch) | |
tree | f9563dbc2fca8e23983a5b033460e6560034a4ae /audio/vat | |
parent | ea095b5834090c2d785bd8f7757acca91bbc38b9 (diff) | |
download | freebsd-ports-gnome-8881c9ee4df0d21713d2588f514a549a65f296ba.tar.gz freebsd-ports-gnome-8881c9ee4df0d21713d2588f514a549a65f296ba.tar.zst freebsd-ports-gnome-8881c9ee4df0d21713d2588f514a549a65f296ba.zip |
There is no such thing as EXPIRATION, change it to EXPIRATION_DATE
Diffstat (limited to 'audio/vat')
-rw-r--r-- | audio/vat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/vat/Makefile b/audio/vat/Makefile index 0677a5377cfc..0452f916b4f9 100644 --- a/audio/vat/Makefile +++ b/audio/vat/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Visual Audio Tool - multicast audioconferencing DEPRECATED= Unmaintained, anachronistic, mail freebsd-ports@FreeBSD.org if interested -EXPIRATION= 2011-06-30 +EXPIRATION_DATE= 2011-06-30 GSM_DIR= ${.CURDIR}/../../audio/gsm GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl13 |