diff options
author | olgeni <olgeni@FreeBSD.org> | 2006-02-21 05:47:38 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2006-02-21 05:47:38 +0800 |
commit | 05b005fbaa37f61e7bc463c42bf41e52cab44150 (patch) | |
tree | 2fd4914b94d6c939f121e5c55e7e9a6048f5735c /sysutils/usermin/Makefile | |
parent | 4099b896f2354264b0194aea489284e03f32aac8 (diff) | |
download | freebsd-ports-graphics-05b005fbaa37f61e7bc463c42bf41e52cab44150.tar.gz freebsd-ports-graphics-05b005fbaa37f61e7bc463c42bf41e52cab44150.tar.zst freebsd-ports-graphics-05b005fbaa37f61e7bc463c42bf41e52cab44150.zip |
Remove usermin.sh.sample (forgotten after repocopy).
Diffstat (limited to 'sysutils/usermin/Makefile')
-rw-r--r-- | sysutils/usermin/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysutils/usermin/Makefile b/sysutils/usermin/Makefile index 10acda19386..99820db4d16 100644 --- a/sysutils/usermin/Makefile +++ b/sysutils/usermin/Makefile @@ -54,11 +54,6 @@ post-patch: do-install: @${MKDIR} ${PREFIX}/lib/usermin @${CP} -r ${WRKSRC}/* ${PREFIX}/lib/usermin - @${SED} -e "s=%%RC_SUBR%%=${RC_SUBR}=" \ - -e "s=%%PREFIX%%=${PREFIX}=" \ - -e "s=%%PERL5%%=${PERL}=" \ - < ${FILESDIR}/usermin.sh.sample > ${PREFIX}/etc/rc.d/usermin.sh - @${CHMOD} 555 ${PREFIX}/etc/rc.d/usermin.sh post-install: @cd ${WRKSRC} ; ${FIND} * -type f -o -type l | ${SORT} | ${AWK} \ |