svn commit: r348078 - head/www/shttpd
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Mar 13 14:55:53 UTC 2014
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 at 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
More information about the svn-ports-head
mailing list