diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-06-24 16:29:28 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-06-24 16:29:28 +0000 |
commit | 0c33a9617ed303d7238c1ec62223153a167d4eae (patch) | |
tree | f33cf2c03ec8a190aa6f835c1290206fc187d4d2 | |
parent | e19ea5b7c4f9be6c537ca8f8d17b99a9bbbf4c29 (diff) | |
download | ports-0c33a9617ed303d7238c1ec62223153a167d4eae.tar.gz ports-0c33a9617ed303d7238c1ec62223153a167d4eae.zip |
Notes
-rw-r--r-- | audio/freeswitch-sounds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/freeswitch-sounds/Makefile b/audio/freeswitch-sounds/Makefile index a3e3201598cf..d19fa472e59b 100644 --- a/audio/freeswitch-sounds/Makefile +++ b/audio/freeswitch-sounds/Makefile @@ -20,9 +20,9 @@ PLIST= ${WRKDIR}/plist NO_WRKSUBDIR= yes SHAREOWN= ${PORTNAME} SHAREGRP= ${SHAREOWN} - USERS= ${PORTNAME} GROUPS= ${USERS} +LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} OPTIONS= DOWNLOAD "Don't resample, download all." off \ 8K "Compile sounds for 8K" on \ |