Index: micro_httpd/Makefile =================================================================== --- micro_httpd/Makefile (revision 370361) +++ micro_httpd/Makefile (working copy) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= micro_httpd -PORTVERSION= 2001.12.14 +PORTVERSION= 2014.08.14 CATEGORIES= www -MASTER_SITES= http://www.acme.com/software/micro_httpd/ \ - http://www.unknown.nu/ports/ -DISTNAME= ${PORTNAME}_14dec2001 +MASTER_SITES= http://www.acme.com/software/micro_httpd/ +DISTNAME= ${PORTNAME}_14Aug2014 MAINTAINER= user@unknown.nu COMMENT= Extremely small web server @@ -14,12 +13,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= sbin/micro_httpd man/man8/micro_httpd.8.gz -post-patch: - @${REINPLACE_CMD} -e "s:/usr/local/sbin:${PREFIX}/sbin:g; \ - s:/usr/local/man/man8:${MAN8PREFIX}/man/man8:g; \ - s:gcc:${CC}:g; s:-O:${CFLAGS}:g" \ - ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e "s/^.TH micro_httpd 1/.TH micro_httpd 8/g" \ - ${WRKSRC}/micro_httpd.8 +MAKEFILE= /dev/null +ALL_TARGET= ${PORTNAME} +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/micro_httpd ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/micro_httpd.8 ${STAGEDIR}${MAN1PREFIX}/man/man1/micro_httpd.8 + .include Index: micro_httpd/distinfo =================================================================== --- micro_httpd/distinfo (revision 370361) +++ micro_httpd/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (micro_httpd_14dec2001.tar.gz) = 111be3481b4c105aa3a90afb5f1ad29e96c124a8a4da1f6fe3802210997cab22 -SIZE (micro_httpd_14dec2001.tar.gz) = 4665 +SHA256 (micro_httpd_14Aug2014.tar.gz) = 3313f19d80897caa0fa9cd5cc7481736302bb6f61ac45238d240871117119556 +SIZE (micro_httpd_14Aug2014.tar.gz) = 5318