diff options
Diffstat (limited to 'www/sqstat/Makefile')
-rw-r--r-- | www/sqstat/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/sqstat/Makefile b/www/sqstat/Makefile index a1f7dd510c9f..3ac5bbec4dff 100644 --- a/www/sqstat/Makefile +++ b/www/sqstat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sqstat -# Date created: 4 May 2006 -# Whom: Sergey Matveychuk <sem@FreeBSD.org> -# +# Created by: Sergey Matveychuk <sem@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sqstat PORTVERSION= 1.20 @@ -32,6 +28,7 @@ PLIST_FILES= ${SQSTATDIR}/arrow.gif ${SQSTATDIR}/sqstat.class.php \ ${SQSTATDIR}/config.inc.php.defaults PORTDOCS= CHANGES FAQ LICENSE README TODO +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/${SQSTATDIR}; \ for f in ${PLIST_FILES}; do \ |