Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 14:55:53 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348078 - head/www/shttpd
Message-ID:  <201403131455.s2DEtriS037127@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Mar 13 14:55:52 2014
New Revision: 348078
URL: http://svnweb.freebsd.org/changeset/ports/348078
QAT: https://qat.redports.org/buildarchive/r348078/

Log:
  - Support staging
  - Use WWW: with a single space
  - Remove duplicate default DISTNAME definition

Modified:
  head/www/shttpd/Makefile
  head/www/shttpd/pkg-descr

Modified: head/www/shttpd/Makefile
==============================================================================
--- head/www/shttpd/Makefile	Thu Mar 13 14:53:18 2014	(r348077)
+++ head/www/shttpd/Makefile	Thu Mar 13 14:55:52 2014	(r348078)
@@ -5,21 +5,18 @@ PORTNAME=	shttpd
 PORTVERSION=	1.42
 CATEGORIES=	www
 MASTER_SITES=	SF
-DISTNAME=	shttpd-${PORTVERSION}
 
 MAINTAINER=	valenok@gmail.com
 COMMENT=	Small, fast, embeddable web server with CGI, SSL, Authorization
 
-MAN1=		shttpd.1
 ALL_TARGET=	unix
 MAKE_ENV=	LIBS=-lpthread
 BUILD_WRKSRC=	${WRKSRC}/src
 
-PLIST_FILES=	bin/shttpd
+PLIST_FILES=	bin/shttpd man/man1/shttpd.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/shttpd ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/src/shttpd.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/src/shttpd ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/src/shttpd.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/www/shttpd/pkg-descr
==============================================================================
--- head/www/shttpd/pkg-descr	Thu Mar 13 14:53:18 2014	(r348077)
+++ head/www/shttpd/pkg-descr	Thu Mar 13 14:55:52 2014	(r348078)
@@ -4,4 +4,4 @@ embed it into existing C/C++ application
 and simple. SHTTPD has small memory footprint. Use it when other
 web servers like Apache are too heavy for your tasks.
 
-WWW:    http://shttpd.sourceforge.net
+WWW: http://shttpd.sourceforge.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403131455.s2DEtriS037127>