diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2014-06-27 21:06:57 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2014-06-27 21:06:57 +0000 |
commit | dc7800de314a2711f411af11760f519f5d068326 (patch) | |
tree | fdc14c6244e7c00ed70d2c30044dca70692453d4 | |
parent | 791009ab665c9785d6f3a8d328d2af660c4b66ce (diff) |
Notes
-rw-r--r-- | www/multisort/Makefile | 8 | ||||
-rw-r--r-- | www/multisort/files/patch-Makefile | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/www/multisort/Makefile b/www/multisort/Makefile index c8e09e2525ab..0c043c367b07 100644 --- a/www/multisort/Makefile +++ b/www/multisort/Makefile @@ -7,10 +7,14 @@ CATEGORIES= www MASTER_SITES= http://www.xach.com/multisort/ \ http://mirror.mcx2.org/ -MAINTAINER= dhn@FreeBSD.org +MAINTAINER= rodrigo@FreeBSD.org COMMENT= A small program to take multiple httpd logfiles into one +LICENSE= GPLv2 + PLIST_FILES= bin/multisort -NO_STAGE= yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/multisort + .include <bsd.port.mk> diff --git a/www/multisort/files/patch-Makefile b/www/multisort/files/patch-Makefile index 991fd9abf4e5..05a20ba679d3 100644 --- a/www/multisort/files/patch-Makefile +++ b/www/multisort/files/patch-Makefile @@ -1,5 +1,5 @@ ---- ./Makefile.orig 1999-10-28 21:04:24.000000000 +0200 -+++ ./Makefile 2011-06-21 21:30:39.000000000 +0200 +--- Makefile.orig 1999-10-28 19:04:24.000000000 +0000 ++++ Makefile 2014-06-27 13:34:53.992555530 +0000 @@ -1,9 +1,10 @@ -# -# $Id: Makefile,v 1.1 1999/01/14 19:05:35 xach Exp $ @@ -16,4 +16,4 @@ + +install: + @mkdir -p ${DESTDIR}${PREFIX}/bin -+ install -m 755 multisort ${PREFIX}/bin ++ install -m 755 multisort ${DESTDIR}${PREFIX}/bin |