Index: head/net/hidentd/Makefile =================================================================== --- head/net/hidentd/Makefile (revision 405017) +++ head/net/hidentd/Makefile (revision 405018) @@ -1,23 +1,26 @@ # Created by: Kirill Ponomarew # $FreeBSD$ PORTNAME= hidentd PORTVERSION= 0.4 CATEGORIES= net MASTER_SITES= http://core.segfault.pl/~hobbit/hidentd/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple and secure ident (RFC1413) server +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes PORTDOCS= README PLIST_FILES= man/man8/hidentd.8.gz sbin/hidentd OPTIONS_DEFINE= DOCS -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include