mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
Actually install an mplayerplug-in.conf file if one doesn't exist. This
file will not be deleted at uninstall time unless it is the same as the version included with the distribution.
This commit is contained in:
parent
dbca997631
commit
9062a865ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89749
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= mplayerplug-in
|
||||
PORTVERSION= 0.91
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= mplayerplug-in
|
||||
@ -33,5 +34,9 @@ do-install:
|
||||
${PREFIX}/lib/browser_plugins
|
||||
${INSTALL_DATA} ${WRKSRC}/mplayerplug-in.conf \
|
||||
${PREFIX}/etc/mplayerplug-in.conf.dist
|
||||
if [ ! -f ${PREFIX}/etc/mplayerplug-in.conf ]; then \
|
||||
${INSTALL_DATA} ${WRKSRC}/mplayerplug-in.conf \
|
||||
${PREFIX}/etc/mplayerplug-in.conf ; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user