diff options
Diffstat (limited to 'www/multisort/Makefile')
-rw-r--r-- | www/multisort/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/multisort/Makefile b/www/multisort/Makefile index 55c51cc1880c..c8e09e2525ab 100644 --- a/www/multisort/Makefile +++ b/www/multisort/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: multisort -# Date created: 06 Oct 2008 -# Whom: Dennis Herrmann <adox@mcx2.org> -# +# Created by: Dennis Herrmann <adox@mcx2.org> # $FreeBSD$ -# PORTNAME= multisort PORTVERSION= 1.1 @@ -16,4 +12,5 @@ COMMENT= A small program to take multiple httpd logfiles into one PLIST_FILES= bin/multisort +NO_STAGE= yes .include <bsd.port.mk> |