diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-16 20:33:15 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-16 20:33:15 +0800 |
commit | 0d49d1929bd275e15aef8ad5f2c0aa909cc70105 (patch) | |
tree | bbba272a70ea8c51128f7d3c6bbfd630a6ba6682 /sysutils/sloth | |
parent | 125abf9f7dd1be86c29d4bf9115ae40fbac1f2cc (diff) | |
download | freebsd-ports-gnome-0d49d1929bd275e15aef8ad5f2c0aa909cc70105.tar.gz freebsd-ports-gnome-0d49d1929bd275e15aef8ad5f2c0aa909cc70105.tar.zst freebsd-ports-gnome-0d49d1929bd275e15aef8ad5f2c0aa909cc70105.zip |
Support STAGEDIR.
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 |