Simplify plist

Strip binaries
This commit is contained in:
Baptiste Daroussin 2014-09-23 09:33:01 +00:00
parent 0341265525
commit a9e78f507f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369010
2 changed files with 5 additions and 11 deletions

View file

@ -18,6 +18,7 @@ CONFIGURE_ARGS= --localstatedir=/var
USES= libtool pathfix perl5 tar:bzip2
USE_LDCONFIG= yes
USE_RC_SUBR= munged
INSTALL_TARGET= install-strip
post-install:
${RM} -r ${STAGEDIR}${PREFIX}/etc/default

View file

@ -1,4 +1,3 @@
@stopdaemon munged
bin/munge
bin/remunge
bin/unmunge
@ -29,13 +28,7 @@ man/man3/munge_strerror.3.gz
man/man7/munge.7.gz
man/man8/munged.8.gz
sbin/munged
@cwd /var
@exec mkdir -p %D/lib
@exec mkdir -p -m 711 %D/lib/munge
@exec mkdir -p -m 700 %D/log/munge
@exec mkdir -p %D/run/munge
@dirrmtry run/munge
@dirrmtry log/munge
@dirrmtry lib/munge
@dirrmtry lib
@cwd %%RESETPREFIX%%
@dir /var/run/munge
@dir(,,700) /var/log/munge
@dir(,,711) /var/lib/munge
@dir /var/lib