Package something

This commit is contained in:
Antoine Brodin 2014-08-22 20:51:20 +00:00
parent 45fa244b5e
commit f53a7eb829
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365696
3 changed files with 8 additions and 5 deletions

View File

@ -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>

View File

@ -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/

View File

@ -0,0 +1,5 @@
%%ETCDIR%%/doinkd.cf.template
man/man5/doinkd.cf.5.gz
man/man8/doinkd.8.gz
sbin/doinkd
@dirrm %%ETCDIR%%