diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2014-06-28 05:06:57 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2014-06-28 05:06:57 +0800 |
commit | 41718a71c32ff3a5159b5258d9b01c8d9d9622fd (patch) | |
tree | fdc14c6244e7c00ed70d2c30044dca70692453d4 /www | |
parent | 62c28393166b0ac08fc7971102ce6c77c7d7e04d (diff) | |
download | freebsd-ports-gnome-41718a71c32ff3a5159b5258d9b01c8d9d9622fd.tar.gz freebsd-ports-gnome-41718a71c32ff3a5159b5258d9b01c8d9d9622fd.tar.zst freebsd-ports-gnome-41718a71c32ff3a5159b5258d9b01c8d9d9622fd.zip |
- staging multisort
- take maintenership
- add license
Approved by: bapt (mentor)
Diffstat (limited to 'www')
-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 |