freebsd-ports/www/darkhttpd/Makefile
Fernando Apesteguía 088f0b29ee www/darkhttpd: Fix NO_INSTALL
This port actually install things...

Reported by:	danfe@
2022-03-02 17:05:04 +01:00

19 lines
339 B
Makefile

PORTNAME= darkhttpd
DISTVERSION= 1.13
DISTVERSIONPREFIX= v
CATEGORIES= www
MAINTAINER= henrichartzer@tuta.io
COMMENT= Simple, static web server
LICENSE= ISCL
USE_GITHUB= yes
GH_ACCOUNT= emikulic
PLIST_FILES= bin/darkhttpd
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${LOCALBASE}/bin
.include <bsd.port.mk>