Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 06:05:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327915 - head/devel/fossil
Message-ID:  <201309230605.r8N65BCu068082@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep 23 06:05:10 2013
New Revision: 327915
URL: http://svnweb.freebsd.org/changeset/ports/327915

Log:
  Use stage

Modified:
  head/devel/fossil/Makefile

Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile	Mon Sep 23 06:04:46 2013	(r327914)
+++ head/devel/fossil/Makefile	Mon Sep 23 06:05:10 2013	(r327915)
@@ -12,7 +12,6 @@ COMMENT=	DSCM with built-in wiki, http i
 
 LICENSE=	BSD
 
-
 PLIST_FILES=	bin/fossil
 
 HAS_CONFIGURE=	yes
@@ -23,11 +22,4 @@ JSON_DESC=	JSON API support
 JSON_CONFIGURE_ON=	--json
 STATIC_CONFIGURE_ON=	--static
 
-NO_STAGE=	yes
-do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/fossil ${PREFIX}/bin/fossil
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309230605.r8N65BCu068082>