svn commit: r357424 - head/sysutils/hatop

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jun 11 07:02:05 UTC 2014


Author: vanilla
Date: Wed Jun 11 07:02:04 2014
New Revision: 357424
URL: http://svnweb.freebsd.org/changeset/ports/357424
QAT: https://qat.redports.org/buildarchive/r357424/

Log:
  Stagify.

Modified:
  head/sysutils/hatop/Makefile

Modified: head/sysutils/hatop/Makefile
==============================================================================
--- head/sysutils/hatop/Makefile	Wed Jun 11 06:59:48 2014	(r357423)
+++ head/sysutils/hatop/Makefile	Wed Jun 11 07:02:04 2014	(r357424)
@@ -16,18 +16,15 @@ NO_BUILD=	yes
 
 LICENSE=	GPLv3
 
-PLIST_FILES=	bin/hatop
+PLIST_FILES=	bin/hatop man/man1/hatop.1.gz
 PORTDOCS=	HACKING KEYBINDS README
 
-MAN1=		hatop.1
-
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/bin/hatop ${PREFIX}/bin/hatop
-	${INSTALL_MAN} ${WRKSRC}/man/hatop.1 ${MAN1PREFIX}/man/man1
+	${INSTALL_SCRIPT} ${WRKSRC}/bin/hatop ${STAGEDIR}${PREFIX}/bin/hatop
+	${INSTALL_MAN} ${WRKSRC}/man/hatop.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${DOCSDIR})
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list