Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 19:17:37 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350151 - head/editors/aee
Message-ID:  <201404041917.s34JHbGV048094@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri Apr  4 19:17:37 2014
New Revision: 350151
URL: http://svnweb.freebsd.org/changeset/ports/350151
QAT: https://qat.redports.org/buildarchive/r350151/

Log:
  Add staging support

Modified:
  head/editors/aee/Makefile

Modified: head/editors/aee/Makefile
==============================================================================
--- head/editors/aee/Makefile	Fri Apr  4 19:06:16 2014	(r350150)
+++ head/editors/aee/Makefile	Fri Apr  4 19:17:37 2014	(r350151)
@@ -17,11 +17,9 @@ XAE_DESC=	Build X11 version 'xae'
 
 MAKE_JOBS_UNSAFE=	yes
 
-MAN1=		aee.1
-PLIST_FILES=	bin/aee bin/rae %%DATADIR%%/help.ae
+PLIST_FILES=	bin/aee bin/rae man/man1/aee.1.gz %%DATADIR%%/help.ae
 PLIST_DIRS=	%%DATADIR%%
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MXAE}
@@ -46,14 +44,14 @@ post-patch:
 .endfor
 
 do-install:
-	(cd ${WRKSRC} && ${INSTALL_PROGRAM} aee ${PREFIX}/bin)
-	(cd ${PREFIX}/bin && ${LN} aee rae)
-	(cd ${WRKSRC} && ${INSTALL_MAN} aee.1 ${MANPREFIX}/man/man1)
-	@${MKDIR} ${DATADIR}
-	(cd ${WRKSRC} && ${INSTALL_DATA} help.ae ${DATADIR})
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} aee ${STAGEDIR}${PREFIX}/bin)
+	(cd ${STAGEDIR}${PREFIX}/bin && ${LN} aee rae)
+	(cd ${WRKSRC} && ${INSTALL_MAN} aee.1 ${STAGEDIR}${MANPREFIX}/man/man1)
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	(cd ${WRKSRC} && ${INSTALL_DATA} help.ae ${STAGEDIR}${DATADIR})
 .if ${PORT_OPTIONS:MXAE}
-	(cd ${WRKSRC} && ${INSTALL_PROGRAM} xae ${PREFIX}/bin)
-	(cd ${PREFIX}/bin && ${LN} xae rxae)
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} xae ${STAGEDIR}${PREFIX}/bin)
+	(cd ${STAGEDIR}${PREFIX}/bin && ${LN} xae rxae)
 .endif
 
 .include <bsd.port.mk>



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