Index: head/net/ptpd/Makefile =================================================================== --- head/net/ptpd/Makefile (revision 234659) +++ head/net/ptpd/Makefile (revision 234660) @@ -1,30 +1,35 @@ # New ports collection makefile for: ptpd # Date created: 4 June 2008 # Whom: George V. Neville-Neil # # $FreeBSD$ # PORTNAME= ptpd DISTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnn@FreeBSD.org COMMENT= An implementation of the precision time protocol IEEE 1588 WRKSRC= ${WRKDIR}/ptpd-${DISTVERSION}/src PLIST_FILES= sbin/ptpd +PORTDOCS= * USE_RC_SUBR= ptpd MAN8= ptpd.8 do-install:: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MANPREFIX}/man/man8 +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + cd ${WRKDIR}/ptpd-${DISTVERSION}/doc && ${COPYTREE_SHARE} . ${DOCSDIR} +.endif .include Property changes on: head/net/ptpd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property