ef0f2c1f3f
-> in post-install don't cp to /etc, but cp in PLIST to SYSCONFDIR
17 lines
484 B
Plaintext
17 lines
484 B
Plaintext
@comment $OpenBSD: PLIST,v 1.7 2003/05/12 22:19:11 sturm Exp $
|
|
@exec echo "This package may need further setup. Be sure to read the package description"
|
|
@exec echo "carefully."
|
|
bin/wine
|
|
bin/dosmod
|
|
include/wine/windows.h
|
|
include/wine/wingdi.h
|
|
include/wine/wintypes.h
|
|
include/wine/winuser.h
|
|
lib/libwine.a
|
|
lib/wine.sym
|
|
man/man1/wine.1
|
|
share/examples/wine/wine.conf
|
|
@exec if [ ! -f ${SYSCONFDIR}/wine.conf ]; then cp %D/%F ${SYSCONFDIR}; fi
|
|
@dirrm share/examples/wine
|
|
@dirrm include/wine
|