c55dec9048
if the module is installed but not activated. From Mikolaj Kucharski with help from halex@, looks good to halex.
13 lines
402 B
Plaintext
13 lines
402 B
Plaintext
@comment $OpenBSD: PLIST,v 1.6 2011/09/17 10:29:44 sthen Exp $
|
|
lib/${MODAPACHE_MODULE}
|
|
@exec-update test ! -f ${MODAPACHE_FINAL} || cp -fp %D/%F ${MODAPACHE_FINAL}
|
|
sbin/${MODAPACHE_ENABLE}
|
|
share/doc/mod_mp3/
|
|
share/doc/mod_mp3/faq.html
|
|
share/examples/mod_mp3/
|
|
share/examples/mod_mp3/mp3.conf
|
|
@sample /var/www/conf/modules.sample/mp3.conf
|
|
%%mysql%%
|
|
%%postgresql%%
|
|
@unexec-delete rm -f ${MODAPACHE_FINAL}
|