svn commit: r346141 - head/sysutils/crashme

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 26 08:31:20 UTC 2014


Author: ehaupt
Date: Wed Feb 26 08:31:19 2014
New Revision: 346141
URL: http://svnweb.freebsd.org/changeset/ports/346141
QAT: https://qat.redports.org/buildarchive/r346141/

Log:
  Support staging

Modified:
  head/sysutils/crashme/Makefile

Modified: head/sysutils/crashme/Makefile
==============================================================================
--- head/sysutils/crashme/Makefile	Wed Feb 26 08:29:22 2014	(r346140)
+++ head/sysutils/crashme/Makefile	Wed Feb 26 08:31:19 2014	(r346141)
@@ -5,7 +5,7 @@ PORTNAME=	crashme
 PORTVERSION=	2.4
 PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITES=	LOCAL
 MASTER_SITE_SUBDIR=kris
 DISTNAME=	crashme
 EXTRACT_SUFX=	.tgz
@@ -13,19 +13,19 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	gjc at alum.mit.edu
 COMMENT=	A tool to test an operating system's robustness
 
-NO_STAGE=	yes
 # according to license.rtf, and using the most restrictive one:
 LICENSE=	LGPL21
 
-USE_GMAKE=	yes
+USES=		gmake
 NO_WRKSUBDIR=	yes
+
 MAKEFILE=	makefile
-MAN1=		crashme.1
-PLIST_FILES=	bin/crashme bin/pddet
+PLIST_FILES=	bin/crashme bin/pddet man/man1/crashme.1.gz
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/crashme ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/pddet ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/crashme.man ${PREFIX}/man/man1/crashme.1
+	${INSTALL_PROGRAM} ${WRKSRC}/crashme ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/pddet ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/crashme.man \
+		${STAGEDIR}${MANPREFIX}/man/man1/crashme.1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list