Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 14:14:57 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345468 - head/misc/window
Message-ID:  <201402211414.s1LEEvQN089682@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Feb 21 14:14:56 2014
New Revision: 345468
URL: http://svnweb.freebsd.org/changeset/ports/345468
QAT: https://qat.redports.org/buildarchive/r345468/

Log:
  - Support staging
  - Update LICENSE

Modified:
  head/misc/window/Makefile

Modified: head/misc/window/Makefile
==============================================================================
--- head/misc/window/Makefile	Fri Feb 21 14:07:22 2014	(r345467)
+++ head/misc/window/Makefile	Fri Feb 21 14:14:56 2014	(r345468)
@@ -9,17 +9,15 @@ MASTER_SITES=	http://people.FreeBSD.org/
 MAINTAINER=	trhodes@FreeBSD.org
 COMMENT=	Window environment on ASCII terminals
 
-LICENSE=	BSD
+LICENSE=	BSD4CLAUSE
 
 WRKSRC=		${WRKDIR}/window
 CFLAGS+=	-Wno-return-type
 
-MAN1=		window.1
-PLIST_FILES=	bin/window
+PLIST_FILES=	bin/window man/man1/window.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/window ${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/window ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/window.1 ${STAGEDIR}${PREFIX}/man/man1
 
 .include <bsd.port.mk>



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