aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/doinkd/Makefile
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2014-06-04 10:27:21 +0800
committercy <cy@FreeBSD.org>2014-06-04 10:27:21 +0800
commitd06c251a3d0632982be55c5bb80db1f35499d325 (patch)
tree9c9a36a8ecc4f9c85127f4d09d0d164694372c5f /sysutils/doinkd/Makefile
parent4ffec889652b15c17f0c18143abbe47a675ba8cd (diff)
downloadfreebsd-ports-gnome-d06c251a3d0632982be55c5bb80db1f35499d325.tar.gz
freebsd-ports-gnome-d06c251a3d0632982be55c5bb80db1f35499d325.tar.zst
freebsd-ports-gnome-d06c251a3d0632982be55c5bb80db1f35499d325.zip
Stagify, modernize.
Diffstat (limited to 'sysutils/doinkd/Makefile')
-rw-r--r--sysutils/doinkd/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/sysutils/doinkd/Makefile b/sysutils/doinkd/Makefile
index e7558a87a687..7d2d088d39e3 100644
--- a/sysutils/doinkd/Makefile
+++ b/sysutils/doinkd/Makefile
@@ -10,25 +10,19 @@ MASTER_SITES= SF/idled/${PORTNAME}/${PORTVERSION}/
MAINTAINER= cy@FreeBSD.org
COMMENT= A daemon that logs out idle users and those users hogging resources
-MANCOMPRESSED= yes
-MAN5= doinkd.cf.5
-MAN8= doinkd.8
-
USE_RC_SUBR= ${PORTNAME}
-PLIST_FILES= etc/doinkd/doinkd.cf.template sbin/doinkd
-PLIST_DIRSTRY= etc/doinkd
+MAKE_ARGS= STAGEDIR=${STAGEDIR}
-NO_STAGE= yes
.include <bsd.port.pre.mk>
post-extract:
(cd ${WRKSRC}; make clean)
pre-install:
- ${MKDIR} ${PREFIX}/etc/doinkd
+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/doinkd
post-install:
- @${STRIP_CMD} ${PREFIX}/sbin/doinkd
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/doinkd
.include <bsd.port.post.mk>