svn commit: r342929 - head/sysutils/ck4up

Martin Wilke miwi at FreeBSD.org
Thu Feb 6 02:42:24 UTC 2014


Author: miwi
Date: Thu Feb  6 02:42:24 2014
New Revision: 342929
URL: http://svnweb.freebsd.org/changeset/ports/342929
QAT: https://qat.redports.org/buildarchive/r342929/

Log:
  - Stage support

Modified:
  head/sysutils/ck4up/Makefile

Modified: head/sysutils/ck4up/Makefile
==============================================================================
--- head/sysutils/ck4up/Makefile	Thu Feb  6 02:42:21 2014	(r342928)
+++ head/sysutils/ck4up/Makefile	Thu Feb  6 02:42:24 2014	(r342929)
@@ -15,21 +15,17 @@ NO_BUILD=	yes
 USE_RUBY=	yes
 RUBY_NO_BUILD_DEPENDS=	yes
 
-MAN1=		ck4up.1
-
 PORTEXAMPLES=	ck4up.conf
 
-PLIST_FILES=	bin/ck4up
+PLIST_FILES=	bin/ck4up \
+		man/man1/ck4up.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
 	    ${WRKSRC}/Makefile
 
 post-install:
-.if !defined(NOPORTEXAMPLES)
-	@${MKDIR} ${EXAMPLESDIR}
-	@${INSTALL_DATA} ${WRKSRC}/ck4up.conf ${EXAMPLESDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	@${INSTALL_DATA} ${WRKSRC}/ck4up.conf ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list