Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 22:40:06 +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: r341131 - head/www/yuicompressor
Message-ID:  <201401252240.s0PMe6cY058221@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Jan 25 22:40:05 2014
New Revision: 341131
URL: http://svnweb.freebsd.org/changeset/ports/341131
QAT: https://qat.redports.org/buildarchive/r341131/

Log:
  Remove non existing PORTDOCS
  Support stage

Modified:
  head/www/yuicompressor/Makefile

Modified: head/www/yuicompressor/Makefile
==============================================================================
--- head/www/yuicompressor/Makefile	Sat Jan 25 22:31:45 2014	(r341130)
+++ head/www/yuicompressor/Makefile	Sat Jan 25 22:40:05 2014	(r341131)
@@ -3,6 +3,7 @@
 
 PORTNAME=	yuicompressor
 PORTVERSION=	2.4.8
+PORTREVISION=	1
 CATEGORIES=	www java
 #MASTER_SITES=	http://tml.github.io/yui/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}
@@ -24,14 +25,9 @@ PLIST_FILES=	bin/yuicompressor %%JAVAJAR
 PLIST_DIRS=	%%JAVAJARDIR%%
 SUB_FILES=	yuicompressor
 
-PORTDOCS=	README
-
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
 do-install:
-	@${MKDIR} ${JAVAJARDIR}
-	${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${JAVAJARDIR}/yuicompressor.jar
-	${INSTALL_SCRIPT} ${WRKDIR}/yuicompressor ${PREFIX}/bin
+	@${MKDIR} ${STAGEDIR}${JAVAJARDIR}
+	${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${JAVAJARDIR}/yuicompressor.jar
+	${INSTALL_SCRIPT} ${WRKDIR}/yuicompressor ${STAGEDIR}${PREFIX}/bin
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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