svn commit: r357159 - head/net/hidentd

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 9 14:43:53 UTC 2014


Author: vanilla
Date: Mon Jun  9 14:43:53 2014
New Revision: 357159
URL: http://svnweb.freebsd.org/changeset/ports/357159
QAT: https://qat.redports.org/buildarchive/r357159/

Log:
  Stagify.

Modified:
  head/net/hidentd/Makefile

Modified: head/net/hidentd/Makefile
==============================================================================
--- head/net/hidentd/Makefile	Mon Jun  9 14:41:40 2014	(r357158)
+++ head/net/hidentd/Makefile	Mon Jun  9 14:43:53 2014	(r357159)
@@ -11,17 +11,14 @@ COMMENT=	Simple and secure ident (RFC141
 
 GNU_CONFIGURE=	yes
 
-MAN8=		hidentd.8
-
 PORTDOCS=	README
-PLIST_FILES=	sbin/hidentd
+PLIST_FILES=	man/man8/hidentd.8.gz sbin/hidentd
 
-NO_STAGE=	yes
 post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in README
-	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 


More information about the svn-ports-head mailing list