aboutsummaryrefslogtreecommitdiff
path: root/games/timeseal
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-17 00:23:51 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-17 00:23:51 +0000
commitbbb141173387f3dc5a7af4f5bf5d010f85e1519f (patch)
tree5f7956fb70e859a94e1efbdf22983f8e59c6bdf5 /games/timeseal
parentc61fffc004fba6d82c504214fce1e32a586b46f8 (diff)
downloadports-bbb141173387f3dc5a7af4f5bf5d010f85e1519f.tar.gz
ports-bbb141173387f3dc5a7af4f5bf5d010f85e1519f.zip
Notes
Diffstat (limited to 'games/timeseal')
-rw-r--r--games/timeseal/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/timeseal/Makefile b/games/timeseal/Makefile
index 31d833879f9a..441b9247f4d6 100644
--- a/games/timeseal/Makefile
+++ b/games/timeseal/Makefile
@@ -18,13 +18,7 @@ STRIP= # strip(1) does not support a.out binaries
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>