aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pprotectd
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-10-15 09:00:49 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-10-15 09:00:49 +0000
commit26842f113abdbd43c7f7bab8e6547f1701e46ab5 (patch)
tree6582d3c06f148588cb423e0e4e6abc2f7f1b2d8c /sysutils/pprotectd
parentb652b7cda62f57c224bdcbce68cc97e4b0ffa892 (diff)
downloadports-26842f113abdbd43c7f7bab8e6547f1701e46ab5.tar.gz
ports-26842f113abdbd43c7f7bab8e6547f1701e46ab5.zip
Notes
Diffstat (limited to 'sysutils/pprotectd')
-rw-r--r--sysutils/pprotectd/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/pprotectd/Makefile b/sysutils/pprotectd/Makefile
index 8d8aac14afce..e322396198ec 100644
--- a/sysutils/pprotectd/Makefile
+++ b/sysutils/pprotectd/Makefile
@@ -7,16 +7,15 @@ CATEGORIES= sysutils
MASTER_SITES= http://www.zonov.org/${PORTNAME}/
MAINTAINER= zont@FreeBSD.org
-COMMENT= A daemon that protects processes from killing when memory is exhausted
+COMMENT= Daemon that protects processes from killing when memory is exhausted
USE_RC_SUBR= ${PORTNAME}
-PLIST_FILES= sbin/${PORTNAME}
-MAN8= ${PORTNAME}.8
+PLIST_FILES= sbin/${PORTNAME} \
+ man/man8/${PORTNAME}.8.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>