diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-20 19:06:29 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-20 19:06:29 +0000 |
commit | 68edbeeaae964d81a4b96aea76974015371e7b07 (patch) | |
tree | 3686bc2aca372d50de8d274ce1e86a1d8116f741 /audio | |
parent | 6c829b8efd7cb4bfc790ad69a46f7638be9160d4 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ample/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/ample/Makefile b/audio/ample/Makefile index 395ecad71dfa..e9a4f2040447 100644 --- a/audio/ample/Makefile +++ b/audio/ample/Makefile @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Allows you to listen to your own MP3's away from home GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir="${PREFIX}/var" PLIST_FILES= bin/ample man/man1/ample.1.gz man/man5/ample.conf.5.gz \ man/man5/ample.html.5.gz |