diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-16 12:33:15 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-16 12:33:15 +0000 |
commit | 8dbb955365737616fd99b70e405d0f6d0ce23118 (patch) | |
tree | bbba272a70ea8c51128f7d3c6bbfd630a6ba6682 /sysutils/sloth | |
parent | 8e8505aa7261684a4eac0f9d0acfc81c8dc19e6b (diff) |
Notes
Diffstat (limited to 'sysutils/sloth')
-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 6fe069d63ccd..5396fc9234c7 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 |