Package something
This commit is contained in:
parent
45fa244b5e
commit
f53a7eb829
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365696
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= doinkd
|
||||
PORTVERSION= 0.01
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/idled/${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
@ -14,8 +14,6 @@ USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
MAKE_ARGS= STAGEDIR=${STAGEDIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-extract:
|
||||
(cd ${WRKSRC}; make clean)
|
||||
|
||||
@ -25,4 +23,4 @@ pre-install:
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/doinkd
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -8,4 +8,4 @@ predefined rules are met. These include session time, multiple logins,
|
||||
tty, idletime and group limits. Similar to the Unix idleout command,
|
||||
but much more configurable. Formerly idled.
|
||||
|
||||
http://idled.sourceforge.net/
|
||||
WWW: http://idled.sourceforge.net/
|
||||
|
5
sysutils/doinkd/pkg-plist
Normal file
5
sysutils/doinkd/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%ETCDIR%%/doinkd.cf.template
|
||||
man/man5/doinkd.cf.5.gz
|
||||
man/man8/doinkd.8.gz
|
||||
sbin/doinkd
|
||||
@dirrm %%ETCDIR%%
|
Loading…
Reference in New Issue
Block a user