svn commit: r327915 - head/devel/fossil

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 23 06:05:11 UTC 2013


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>


More information about the svn-ports-all mailing list