aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-06-12 14:08:02 +0800
committerasami <asami@FreeBSD.org>1997-06-12 14:08:02 +0800
commit58e72104ee1ea31eee21789643605913ba50192e (patch)
tree1c6b28ea596012400ae91fc208cfe7abb2b0b27d /games
parentb5eba692e9dda1fad60c46ee7d58ef94231bd022 (diff)
downloadfreebsd-ports-gnome-58e72104ee1ea31eee21789643605913ba50192e.tar.gz
freebsd-ports-gnome-58e72104ee1ea31eee21789643605913ba50192e.tar.zst
freebsd-ports-gnome-58e72104ee1ea31eee21789643605913ba50192e.zip
Call "xripple" explicitly from ALL_TARGET.
Also, the tarball contains ELF objects (probably Linux executables, ugh), so clean them first. Probably isn't necessary, but just in case.
Diffstat (limited to 'games')
-rw-r--r--games/xripple/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/games/xripple/Makefile b/games/xripple/Makefile
index 3866cd395d5a..19e45f3cd67d 100644
--- a/games/xripple/Makefile
+++ b/games/xripple/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 Oct 1996
# Whom: oly
#
-# $Id: Makefile,v 1.2 1996/11/09 01:09:20 asami Exp $
+# $Id: Makefile,v 1.3 1996/11/18 11:26:48 asami Exp $
#
DISTNAME= xripple
@@ -14,7 +14,10 @@ MASTER_SITES= ftp://www.cse.unsw.edu.au/pub/users/s2154962/
MAINTAINER= oly@world.std.com
USE_IMAKE= yes
-ALL_TARGET=
+ALL_TARGET= xripple
+
+post-configure:
+ cd ${WRKSRC}; make clean
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/xripple ${PREFIX}/bin