Index: head/net/hidentd/pkg-plist =================================================================== --- head/net/hidentd/pkg-plist (revision 104758) +++ head/net/hidentd/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -sbin/hidentd -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/net/hidentd/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net/hidentd/Makefile =================================================================== --- head/net/hidentd/Makefile (revision 104758) +++ head/net/hidentd/Makefile (revision 104759) @@ -1,30 +1,33 @@ # New ports collection makefile for: hidentd # Date created: 02.11.2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= hidentd PORTVERSION= 0.3 CATEGORIES= net MASTER_SITES= http://core.segfault.pl/~hobbit/hidentd/dist/ MAINTAINER= krion@FreeBSD.org COMMENT= Simple and secure ident (RFC1413) server USE_SIZE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN8= hidentd.8 +PORTDOCS= README +PLIST_FILES= sbin/hidentd + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net/hidentd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property