- Actually fix the plist issues reported by redports
Submitted by: ak
This commit is contained in:
parent
04197d6c48
commit
6e4db9c086
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312523
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ LICENSE= GPLv2
|
|||
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
|
||||
sigc-2:${PORTSDIR}/devel/libsigc++20
|
||||
|
||||
USE_RC_SUBR= nzbget
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LOCALBASE="${LOCALBASE}"
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
|
|
@ -36,6 +36,6 @@ sbin/nzbgetd
|
|||
@dirrm %%DATADIR%%/webui/lib
|
||||
@dirrm %%DATADIR%%/webui
|
||||
@dirrm %%DATADIR%%
|
||||
etc/nzbget.conf.sample
|
||||
@unexec if cmp -s %D/etc/nzbget.conf %D/etc/nzbget.conf.sample; then rm -f %D/etc/nzbget.conf; fi
|
||||
etc/nzbget.conf.sample
|
||||
@exec [ -f %D/etc/nzbget.conf ] || cp %D/etc/nzbget.conf.sample %D/etc/nzbget.conf
|
||||
|
|
Loading…
Reference in a new issue