svn commit: r358422 - head/misc/clex

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jun 19 14:45:35 UTC 2014


Author: vanilla
Date: Thu Jun 19 14:45:35 2014
New Revision: 358422
URL: http://svnweb.freebsd.org/changeset/ports/358422
QAT: https://qat.redports.org/buildarchive/r358422/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/misc/clex/Makefile

Modified: head/misc/clex/Makefile
==============================================================================
--- head/misc/clex/Makefile	Thu Jun 19 14:34:25 2014	(r358421)
+++ head/misc/clex/Makefile	Thu Jun 19 14:45:35 2014	(r358422)
@@ -18,11 +18,13 @@ USES=		ncurses gmake
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-PLIST_FILES=	bin/clex bin/cfg-clex bin/kbd-test
+PLIST_FILES=	bin/clex bin/cfg-clex bin/kbd-test \
+		man/man1/cfg-clex.1.gz \
+		man/man1/clex.1.gz \
+		man/man1/kbd-test.1.gz
+
 PORTDOCS=	AUTHORS ChangeLog README
-MAN1=		clex.1 cfg-clex.1 kbd-test.1
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '18s,^,#include <stdio.h>,' \
 		${WRKSRC}/src/preview.c
@@ -33,8 +35,8 @@ OPTIONS_DEFINE=	DOCS
 
 .if ${PORT_OPTIONS:MDOCS}
 post-install:
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list