Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2013 13:10:24 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338297 - head/deskutils/aspostit
Message-ID:  <201312311310.rBVDAOJv097942@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Dec 31 13:10:24 2013
New Revision: 338297
URL: http://svnweb.freebsd.org/changeset/ports/338297

Log:
  Stage support, uses gmake

Modified:
  head/deskutils/aspostit/Makefile

Modified: head/deskutils/aspostit/Makefile
==============================================================================
--- head/deskutils/aspostit/Makefile	Tue Dec 31 13:08:35 2013	(r338296)
+++ head/deskutils/aspostit/Makefile	Tue Dec 31 13:10:24 2013	(r338297)
@@ -15,18 +15,16 @@ LICENSE=	GPLv2 # (or later)
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
 
 USE_XORG=	xpm xaw xext x11
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
-MAN1=		aspostit.1
-PLIST_FILES=	bin/aspostit
+PLIST_FILES=	bin/aspostit man/man1/aspostit.1.gz
 
-NO_STAGE=	yes
 post-extract:
 	@${LN} -sf aspostit.man ${WRKSRC}/aspostit.1
 
 do-install:
-	(cd ${WRKSRC} && ${INSTALL_PROGRAM} aspostit ${PREFIX}/bin)
-	(cd ${WRKSRC} && ${INSTALL_MAN} aspostit.1 ${MANPREFIX}/man/man1)
+	${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/aspostit.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>



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