svn commit: r334039 - head/games/timeseal

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Nov 17 00:23:52 UTC 2013


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>


More information about the svn-ports-all mailing list