diff options
author | crees <crees@FreeBSD.org> | 2012-06-25 00:29:28 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-06-25 00:29:28 +0800 |
commit | 97440fd779d40891c5e9cdcf1172e26693adf097 (patch) | |
tree | 796591355f6f0eb123989a95df8686fc7bf30193 /audio | |
parent | e1a66eeddaf6493bbb84e1582ef1cf9e4a82bd24 (diff) | |
download | freebsd-ports-gnome-97440fd779d40891c5e9cdcf1172e26693adf097.tar.gz freebsd-ports-gnome-97440fd779d40891c5e9cdcf1172e26693adf097.tar.zst freebsd-ports-gnome-97440fd779d40891c5e9cdcf1172e26693adf097.zip |
Add LATEST_LINK so OPTIONS of freeswitch are not clobbered.
Diffstat (limited to 'audio')
-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 \ |