diff options
Diffstat (limited to 'www/micro_httpd/Makefile')
-rw-r--r-- | www/micro_httpd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/micro_httpd/Makefile b/www/micro_httpd/Makefile index 3a316c9dce6..0c2e0f079f4 100644 --- a/www/micro_httpd/Makefile +++ b/www/micro_httpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2012/10/28 06:30:22 asau Exp $ +# $NetBSD: Makefile,v 1.10 2014/07/13 14:49:13 schwarz Exp $ -DISTNAME= micro_httpd_12dec2005 -PKGNAME= micro_httpd-20051212 +DISTNAME= micro_httpd_10jul2014 +PKGNAME= micro_httpd-20140710 CATEGORIES= www MASTER_SITES= http://www.acme.com/software/micro_httpd/ @@ -14,6 +14,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/micro_httpd NO_CONFIGURE= yes +LIBS.SunOS+= -lnsl -lsocket + INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin do-install: |