diff options
Diffstat (limited to 'sysutils/sloth/Makefile')
-rw-r--r-- | sysutils/sloth/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/sloth/Makefile b/sysutils/sloth/Makefile index 6fe069d..5396fc9 100644 --- a/sysutils/sloth/Makefile +++ b/sysutils/sloth/Makefile @@ -12,10 +12,8 @@ COMMENT= Slow down a process GNU_CONFIGURE= yes -MAN1= sloth.1 -PLIST_FILES= bin/sloth +PLIST_FILES= bin/sloth man/man1/${PORTNAME}.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure |