Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2013 00:23:51 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334039 - head/games/timeseal
Message-ID:  <201311170023.rAH0NpC3037871@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Nov 17 00:23:51 2013
New Revision: 334039
URL: http://svnweb.freebsd.org/changeset/ports/334039

Log:
  - Add stage support

Modified:
  head/games/timeseal/Makefile

Modified: head/games/timeseal/Makefile
==============================================================================
--- head/games/timeseal/Makefile	Sat Nov 16 23:54:36 2013	(r334038)
+++ head/games/timeseal/Makefile	Sun Nov 17 00:23:51 2013	(r334039)
@@ -18,13 +18,7 @@ STRIP=		# strip(1) does not support a.ou
 PLIST_FILES=	bin/timeseal
 PKGMESSAGE=	pkg-message.aout
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${_DISTDIR}/${_DISTFILES} ${PREFIX}/bin/timeseal
-
-.if defined(PKGMESSAGE)
-post-install:
-	@${CAT} ${PKGMESSAGE}
-.endif
+	${INSTALL_PROGRAM} ${_DISTDIR}/${_DISTFILES} ${STAGEDIR}${PREFIX}/bin/timeseal
 
 .include <bsd.port.mk>



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